Misc fixes

This commit is contained in:
hondacrx
2024-03-13 21:10:14 -04:00
parent 4b9b81c7e2
commit b3d880c115
8 changed files with 31 additions and 18 deletions
+1 -1
View File
@@ -826,7 +826,7 @@ namespace Game.Entities
tappers.Add(tapper);
}
if (creature.CanHaveLoot())
if (!creature.CanHaveLoot())
isRewardAllowed = false;
}