diff options
Diffstat (limited to 'npc/007-1')
-rw-r--r-- | npc/007-1/treasure.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/npc/007-1/treasure.txt b/npc/007-1/treasure.txt index 9a3bc273f..21d4631bd 100644 --- a/npc/007-1/treasure.txt +++ b/npc/007-1/treasure.txt @@ -33,7 +33,6 @@ OnInit: if (!.busy && !.empty) { TreasureBox(); - .empty=true; specialeffect(.dir == 0 ? 24 : 25, AREA, getnpcid()); // closed ? opening : closing .dir = .dir == 0 ? 2 : 6; // closed ? opening : closing .busy = true; // lock until available again |