summaryrefslogtreecommitdiff
path: root/npc/027-3/general_krukan_door.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/027-3/general_krukan_door.txt')
-rw-r--r--npc/027-3/general_krukan_door.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/npc/027-3/general_krukan_door.txt b/npc/027-3/general_krukan_door.txt
index 9f7c632d..77eab35a 100644
--- a/npc/027-3/general_krukan_door.txt
+++ b/npc/027-3/general_krukan_door.txt
@@ -1,9 +1,8 @@
027-3,92,88,0 script #GeneralDoor1 NPC45,1,0,{
- //if ( (countitem("CryptKey") < 10) && ($@CRYPT_FIGHT1 != 0) )
- // goto L_NoKeys;
+ if ( $@CRYPT_FIGHT1 != 0 )
+ goto L_NoKeys;
- //delitem "CryptKey", 10;
warp "027-6",39,60;
goto L_close;