Skip to content

Commit 35233ec

Browse files
finduraffinduraf
finduraf
authored and
finduraf
committed
fix: Feline brackets
1 parent aa11d8e commit 35233ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: Main/Source/nonhuman.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,10 @@ truth feline::Catches(item* Thingy)
164164
if(CanBeSeenByPlayer())
165165
ADD_MESSAGE("%s catches %s and eats it.", CHAR_NAME(DEFINITE), Thingy->CHAR_NAME(DEFINITE));
166166

167-
if(PLAYER->GetRelativeDanger(this, true) > 0.1)
167+
if(PLAYER->GetRelativeDanger(this, true) > 0.1) {
168168
ChangeTeam(PLAYER->GetTeam());
169169
ADD_MESSAGE("%s seems to be much more friendly towards you.", CHAR_NAME(DEFINITE));
170+
}
170171
}
171172
}
172173
else if(IsPlayer())

0 commit comments

Comments
 (0)