This commit is contained in:
silicons
2020-06-26 23:47:16 -07:00
parent 0df5aa083b
commit 1d4a54d880
4 changed files with 8 additions and 3 deletions
@@ -938,7 +938,8 @@
var/late = timelimit && (tplus > timelimit)
var/policy = late? policies[POLICYCONFIG_ON_DEFIB_LATE] : policies[POLICYCONFIG_ON_DEFIB_INTACT]
if(policy)
to_chat(occupant, policy)
to_chat(M, policy)
M.log_message("revived using strange reagent, [tplus] deciseconds from time of death, considered [late? "late" : "memory-intact"] revival under configured policy limits.", LOG_GAME)
..()