diff options
Diffstat (limited to 'npc/001-8/hub.txt')
-rw-r--r-- | npc/001-8/hub.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/npc/001-8/hub.txt b/npc/001-8/hub.txt index f959da53c..4377f0737 100644 --- a/npc/001-8/hub.txt +++ b/npc/001-8/hub.txt @@ -416,16 +416,11 @@ OnPCLogoutEvent: if (!is_staff()) atcommand "@jail "+strcharinfo(0); } - // Death at terranite cave - if (.@mapa$ ~= "015-6") - @deathpenalty_override=2; // This allows code to override death penalty, just once: // @deathpenalty_override // Valid values: 1- No penalty. 2- Halved penalty. if (@deathpenalty_override && @qhub_died) { - @deathpenalty_realvalue=readparam(BaseExp); - @deathpenalty_realvaljob=readparam(JobExp); if (is_staff()) debugmes("Old values: %d %d Current Values: %d %d", @deathpenalty_realvalue, @deathpenalty_realvaljob, readparam(BaseExp), readparam(JobExp)); addtimer(200, "#QuirinoHUB::OnNoPenaltyCommand"); |