Added droptrick check to Sir Pyrsin dialogue for silverlight
This commit is contained in:
+5
@@ -498,8 +498,13 @@ public class SirPyrsinDialogue extends DialoguePlugin {
|
||||
stage = 20;
|
||||
break;
|
||||
case 3:
|
||||
if(hasAnItem(player, Items.SILVERLIGHT_2402).getContainer() != null) {
|
||||
npc(id, "You already have Silverlight");
|
||||
stage = END_DIALOGUE;
|
||||
} else {
|
||||
npc("I can sell you another one for 500GP");
|
||||
stage = 30;
|
||||
} break;
|
||||
}
|
||||
break;
|
||||
case 10:
|
||||
|
||||
Reference in New Issue
Block a user