From 2e939b3d7ccae9692be770ca179564abee7719b1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 20 Jan 2024 23:47:44 -0300 Subject: [skip ci] adjust a tier --- npc/functions/clientversion.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index c4b8faaa1..fd3438a2c 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -1180,6 +1180,9 @@ function script clientupdater { rentitem(ShellSandwich, 86400); rentitem(ZombieNachos, 86400); rentitem(any(PepperoniPizza, Sushi, SteakAndEggs, FruitSalad), 86400); + } else if (checkweight(NPCEyes, 2)) { + rentitem(ShellSandwich, 86400); + rentitem(any(PepperoniPizza, Sushi, SteakAndEggs, FruitSalad), 86400); } else if (checkweight(NPCEyes, 1)) { rentitem(ShellSandwich, 86400); } -- cgit v1.2.3-70-g09d2