diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-10-25 08:02:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-25 08:02:32 -0300 |
commit | 332152078d3340213f36cba531a5cf3874a789c1 (patch) | |
tree | 5792831aba5e18b1ce9662fca6cfffacc53eb777 /npc/006-1/crazyfefe.txt | |
parent | 3ced1b801efa2d2dc061b6003b2dc56d6bb08121 (diff) | |
download | serverdata-332152078d3340213f36cba531a5cf3874a789c1.tar.gz serverdata-332152078d3340213f36cba531a5cf3874a789c1.tar.bz2 serverdata-332152078d3340213f36cba531a5cf3874a789c1.tar.xz serverdata-332152078d3340213f36cba531a5cf3874a789c1.zip |
Penalty for bad player + correct recovery() so it doesn't heals THE WHOLE MAPSERVER
ie. all currently connected players
Diffstat (limited to 'npc/006-1/crazyfefe.txt')
-rw-r--r-- | npc/006-1/crazyfefe.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |