From 03cbbf5e2ba23f9714baf42df157c0001599fb85 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 20 Jan 2024 11:49:57 -0300 Subject: 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. --- npc/025-1/ctrl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/025-1') 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; ///////////////////////////////////////////////////////// -- cgit v1.2.3-70-g09d2