mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
Enemies of the state/revolution cannot be defibbed (#63466)
This commit is contained in:
@@ -619,6 +619,8 @@
|
||||
fail_reason = "No intelligence pattern can be detected in patient's brain. Further attempts futile."
|
||||
if (DEFIB_FAIL_NO_BRAIN)
|
||||
fail_reason = "Patient's brain is missing. Further attempts futile."
|
||||
if (DEFIB_FAIL_BLACKLISTED)
|
||||
fail_reason = "Patient has been blacklisted from revival. Further attempts futile."
|
||||
|
||||
if(fail_reason)
|
||||
user.visible_message(span_warning("[req_defib ? "[defib]" : "[src]"] buzzes: Resuscitation failed - [fail_reason]"))
|
||||
|
||||
Reference in New Issue
Block a user