From a6d9db808f65200908bcdb7f478a5ed519954c70 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 28 Jan 2020 23:59:55 -0300 Subject: GMs cannot send nor pick chocolate sent to them. Use player chars instead. --- npc/001-11/Demure.txt | 4 ++-- npc/001-11/_mobs.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'npc') diff --git a/npc/001-11/Demure.txt b/npc/001-11/Demure.txt index 13892421c..9f457ded3 100644 --- a/npc/001-11/Demure.txt +++ b/npc/001-11/Demure.txt @@ -165,8 +165,8 @@ L_Main: select l("Information"), l("Scoreboards"), - rif(@maximus >= 0, l("Send Chocolate")), - l("Receive Chocolate"), + rif(!is_gm() && @maximus >= 0, l("Send Chocolate")), + rif(!is_gm() && l("Receive Chocolate")), l("Okay, bye"); mes ""; diff --git a/npc/001-11/_mobs.txt b/npc/001-11/_mobs.txt index 6125af184..dc8a91342 100644 --- a/npc/001-11/_mobs.txt +++ b/npc/001-11/_mobs.txt @@ -1,5 +1,5 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. // Map 001-11: Valentine Highlands mobs -001-11,47,34,29,14 monster Lovely Fluffy 1050,6,15000,1500 -001-11,48,34,32,16 monster Red Mushroom 1042,2,75000,150000 -001-11,74,48,1,2 monster Chocolate Slime 1180,1,120000,150000 +001-11,47,34,29,14 monster Lovely Fluffy 1050,6,16000,0 +001-11,48,34,32,16 monster Red Mushroom 1042,2,175000,50000 +001-11,74,48,1,2 monster Chocolate Slime 1180,1,220000,50000 -- cgit v1.2.3-60-g2f50