diff options
Diffstat (limited to 'world/map/npc/002-4/miners.txt')
-rw-r--r-- | world/map/npc/002-4/miners.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/002-4/miners.txt b/world/map/npc/002-4/miners.txt index e66d19de..401a7bbc 100644 --- a/world/map/npc/002-4/miners.txt +++ b/world/map/npc/002-4/miners.txt @@ -36,10 +36,10 @@ L_Sema_Yes: goto L_Close; L_Sema_Happy: - if (countitem ("Iten") < 1) + if (countitem("Iten") < 1) goto L_Sema_Not_Happy; getinventorylist; - if (@inventorylist_count - (countitem ("Iten") == 1) > 99) + if (@inventorylist_count - (countitem("Iten") == 1) > 99) goto L_Sema_TooMany; delitem "Iten", 1; getitem "DesertShirt", 1; |