mob resist issue
This commit is contained in:
@@ -96,6 +96,9 @@ public class aiInfoCmd extends AbstractDevCmd {
|
||||
|
||||
output += "Race type: " + MobBase.mobbase_race_types.get(mob.getMobBaseID());
|
||||
throwbackInfo(playerCharacter, output);
|
||||
|
||||
for(String raceType : MobBase.mobbase_race_types.values())
|
||||
throwbackInfo(playerCharacter, raceType);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user