Skip to content

Commit 38d11ac

Browse files
finduraffinduraf
finduraf
authored and
finduraf
committed
fix: Skeleton puppy drools blood
Oops, ectoplasm is gas, not liquid.
1 parent 3343f25 commit 38d11ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Main/Source/nonhuman.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2086,7 +2086,7 @@ void mommo::GetAICommand()
20862086
void dog::GetAICommand()
20872087
{
20882088
if(!game::IsInWilderness() && !(RAND() & 7))
2089-
GetLSquareUnder()->SpillFluid(this, liquid::Spawn(GetConfig() == SKELETON_DOG ? ECTOPLASM : DOG_DROOL, 25 + RAND() % 50), false, false);
2089+
GetLSquareUnder()->SpillFluid(this, liquid::Spawn(GetConfig() == SKELETON_DOG ? BLOOD : DOG_DROOL, 25 + RAND() % 50), false, false);
20902090

20912091
character::GetAICommand();
20922092
}

0 commit comments

Comments
 (0)