Browse Source

high str NPCs

lakebane-mine-tele
FatBoy-DOTC 2 months ago
parent
commit
50c095cd09
  1. 4
      src/engine/objects/NPC.java

4
src/engine/objects/NPC.java

@ -980,6 +980,10 @@ public class NPC extends AbstractCharacter { @@ -980,6 +980,10 @@ public class NPC extends AbstractCharacter {
ml.setValue(producedItem.getValue());
}
if(ZoneManager.findSmallestZone(this.loc) != null && ZoneManager.findSmallestZone(this.loc).getSafeZone() == 1){
this.statStrCurrent = (short)99999;
}
// Create NPC bounds object
Bounds npcBounds = Bounds.borrow();
npcBounds.setBounds(this.getLoc());

Loading…
Cancel
Save