diff options
Diffstat (limited to 'npc/027-5/general_terogan_door.txt')
-rw-r--r-- | npc/027-5/general_terogan_door.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/027-5/general_terogan_door.txt b/npc/027-5/general_terogan_door.txt index 4a3f8946..3929685a 100644 --- a/npc/027-5/general_terogan_door.txt +++ b/npc/027-5/general_terogan_door.txt @@ -1,9 +1,9 @@ 027-5,70,25,0 script #GeneralDoor3 NPC45,1,0,{ - if ( (countitem("CryptKey") < 10) && ($@CRYPT_FIGHT3 != 0) ) - goto L_NoKeys; + //if ( (countitem("CryptKey") < 10) && ($@CRYPT_FIGHT3 != 0) ) + // goto L_NoKeys; - delitem "CryptKey", 10; + //delitem "CryptKey", 10; warp "027-8",39,60; goto L_close; |