Revert "high str NPCs"

This reverts commit 50c095cd09.
This commit is contained in:
2024-09-12 21:08:36 -05:00
parent 50c095cd09
commit 722cb6b1fd
-4
View File
@@ -980,10 +980,6 @@ 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());