mob resist issue

This commit is contained in:
2024-05-12 16:21:07 -05:00
parent 324851a8ab
commit c1ea68aa41
+1
View File
@@ -93,6 +93,7 @@ public class aiInfoCmd extends AbstractDevCmd {
for (int token : mob.mobPowers.keySet())
output += PowersManager.getPowerByToken(token).getName() + newline;
output += "Race type: " + mob.mobBase.raceType;
throwbackInfo(playerCharacter, output);
}