Commit 9ff80454 authored by Nemo Ma's avatar Nemo Ma Committed by GitHub

Merge pull request #31 from hikawiier/waaagh

fix
parents 3a83d450 4e51e41e
...@@ -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