Commit 4e51e41e authored by hisuinohoshi's avatar hisuinohoshi

fix

fix corpseprotect
parent 6a257f26
...@@ -562,9 +562,9 @@ ...@@ -562,9 +562,9 @@
# 没有复活的情况下,执行完后续击杀事件: # 没有复活的情况下,执行完后续击杀事件:
if(!$revival_flag) if(!$revival_flag)
{ {
global $alivenum,$deathnum; global $now,$alivenum,$deathnum;
$pd['hp'] = 0; $pd['hp'] = 0;
$pd['endtime'] = $pd['deathtime'] = $now;
# 初始化遗言 # 初始化遗言
if (!$pd['type']) if (!$pd['type'])
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment