diff options
Diffstat (limited to 'npc/002-1_Sandstorm/nickos.txt')
-rw-r--r-- | npc/002-1_Sandstorm/nickos.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/002-1_Sandstorm/nickos.txt b/npc/002-1_Sandstorm/nickos.txt index fb8594ca..d3e65106 100644 --- a/npc/002-1_Sandstorm/nickos.txt +++ b/npc/002-1_Sandstorm/nickos.txt @@ -74,7 +74,7 @@ L_Nickos_AS_Start: L_Nickos_AS_Done: if (countitem ("AngryScorpionStinger") < 10) goto L_Nickos_AS_NotDone; getinventorylist; - if (@inventorylist_count - (countitem("AngryScorpionStiner") == 10) > 99) goto L_Nickos_TooMany; + if (@inventorylist_count - (countitem("AngryScorpionStinger") == 10) > 99) goto L_Nickos_TooMany; set TMW_Quest, 32; delitem "AngryScorpionStinger", 10; getitem "LeatherShield", 1; |