Skip to content

Commit

Permalink
Add "hidezone" attribute to rat children
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed Oct 8, 2023
1 parent c31c44d commit 3d8def1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/games/stendhal/server/entity/npc/RatKidsNPCBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ public abstract class RatKidsNPCBase extends SpeakerNPC {

public RatKidsNPCBase(final String name) {
super(name);

// hide location from website
put("hidezone", "");
}

@Override
Expand Down

0 comments on commit 3d8def1

Please sign in to comment.