spellcheck

This commit is contained in:
DeltaFire
2021-01-11 02:18:58 +01:00
parent 2b1d79dae0
commit 8590d364e0
+1 -1
View File
@@ -40,7 +40,7 @@
target.updatehealth()
var/tplus = world.time - target.timeofdeath
if(target.revive())
target.visible_message("...[target]'s posibrain flickers to action once again!")
target.visible_message("...[target]'s posibrain flickers to life once again!")
target.emote("ping")
var/list/policies = CONFIG_GET(keyed_list/policyconfig)
var/timelimit = CONFIG_GET(number/defib_cmd_time_limit) * 10 //the config is in seconds, not deciseconds