bst 1.5 draniksscar fix

This commit is contained in:
cream24 2017-08-14 15:13:14 -04:00
parent 817e6ddbdc
commit a7ef067c19
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,5 @@
function event_signal(e)
if e.signal==1 and e.self:GetMaxHP() > 1000000 then
eq.modify_npc_stat("max_hp", tostring(e.self:GetMaxHP() - 1000000));
end;
end;

View file

@ -0,0 +1,3 @@
function event_death_complete(e)
eq.signal(302085,1);
end