From cfc47df2477393af8a3a58df960f021810957386 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 28 Feb 2021 16:00:23 -0300 Subject: Pet Snake should now be available! --- npc/017-1/pet_detective.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'npc/017-1/pet_detective.txt') diff --git a/npc/017-1/pet_detective.txt b/npc/017-1/pet_detective.txt index de0ead541..388df8af8 100644 --- a/npc/017-1/pet_detective.txt +++ b/npc/017-1/pet_detective.txt @@ -69,6 +69,7 @@ L_Menu: rif(PDQ_CheckGHQ(Bat) >= 10000 && !countitem(BatEgg), l("Bat")), rif(PDQ_CheckGHQ(Moggun) >= 10000 && !countitem(MoggunEgg), l("Moggun")), rif(PDQ_CheckGHQ(GreenDragon) >= 10000 && !countitem(DragonHorn), l("Green Dragon")), + rif(PDQ_CheckGHQ(Snake) >= 10000 && !countitem(TamedSnakeEgg), l("Tamed Snake")), rif(#LOGIN_ALLTIME >= 6 && !countitem(PiouEgg), l("Piou")), l("Nothing at the moment."); @@ -99,10 +100,14 @@ L_Menu: .stock-=1; break; case 7: - if (PDQ_InnerSwitch(GreenDragon,DragonScales, 65)) + if (PDQ_InnerSwitch(GreenDragon, DragonScales, 65)) .stock-=1; break; case 8: + if (PDQ_InnerSwitch(Snake, SnakeTongue, 17)) + .stock-=1; + break; + case 9: if (PDQ_InnerSwitch(Piou, PiouFeathers, 80)) .stock-=1; break; -- cgit v1.2.3-70-g09d2