From 332152078d3340213f36cba531a5cf3874a789c1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 25 Oct 2018 08:02:32 -0300 Subject: Penalty for bad player + correct recovery() so it doesn't heals THE WHOLE MAPSERVER ie. all currently connected players --- npc/006-1/crazyfefe.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/006-1') diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt index bccfb3eb1..a6c3088a1 100644 --- a/npc/006-1/crazyfefe.txt +++ b/npc/006-1/crazyfefe.txt @@ -245,7 +245,7 @@ L_CleanUp: // Rewards surviving players between rounds, according to performance, and get rid of dead PCs. OnReward: if (ispcdead()) { - recovery(); + recovery(getcharid(3)); warp "Save", 0, 0; end; } -- cgit v1.2.3-60-g2f50