summaryrefslogtreecommitdiff
path: root/npc/025-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-01-20 11:49:57 -0300
committerJesusaves <cpntb1@ymail.com>2024-01-20 11:49:57 -0300
commit03cbbf5e2ba23f9714baf42df157c0001599fb85 (patch)
tree6ec7d8a8183a5ac8034ffe08170c91d86ad5a97d /npc/025-1
parentd786c3b3977ef72b4b64248099274dd79b642258 (diff)
downloadserverdata-03cbbf5e2ba23f9714baf42df157c0001599fb85.tar.gz
serverdata-03cbbf5e2ba23f9714baf42df157c0001599fb85.tar.bz2
serverdata-03cbbf5e2ba23f9714baf42df157c0001599fb85.tar.xz
serverdata-03cbbf5e2ba23f9714baf42df157c0001599fb85.zip
This is the initial version of Cooking System (work in progress).
In particular: - You cannot learn how to cook - You cannot learn any recipe - You cannot make flour - You cannot cook Fruit Salad, Zombie Nachos nor Pancake This also introduces changes to drops, as well as new items, incl. Donuts. Partly Tested.
Diffstat (limited to 'npc/025-1')
-rw-r--r--npc/025-1/ctrl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/025-1/ctrl.c b/npc/025-1/ctrl.c
index 160206415..18e685801 100644
--- a/npc/025-1/ctrl.c
+++ b/npc/025-1/ctrl.c
@@ -287,7 +287,7 @@ OnMPReinforce:
// Last a whole minute
summon("Allied Guard", any(FallenGuard1, FallenGuard2, FallenGuard3));
if (strcharinfo(0) == $MOST_HEROIC$)
- summon("Allied Guard", any(FallenGuard1, FallenGuard2, FallenGuard3));
+ summon("Allied Guard", any(FallenGuard1, FallenGuard2, DustGatling));
end;
/////////////////////////////////////////////////////////