Fixed rabid dog sprite

This commit is contained in:
Linus_Probert 2018-03-13 10:01:17 +01:00
parent 3650cc0617
commit 97af927004
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ local undead = {
local dogs = {
{ texturePaths.dog0, texturePaths.dog1, stats.dog, 0, 16, "A Rabid Dog", state.passive, state.agressive };
{ texturePaths.dog0, texturePaths.dog1, stats.dog, 0, 16, "An Angry Rabid Dog", state.agressive, state.agressive };
{ texturePaths.dog0, texturePaths.dog1, stats.dog, 16, 16, "An Angry Rabid Dog", state.agressive, state.agressive };
}
local reptile = {