mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
Fixes trying mouth to mouth when people are on fire (#11700)
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
|
||||
switch(M.a_intent)
|
||||
if(I_HELP)
|
||||
if(H != src && istype(H) && (is_asystole() || (status_flags & FAKEDEATH) || failed_last_breath))
|
||||
if(H != src && istype(H) && (is_asystole() || (status_flags & FAKEDEATH) || failed_last_breath) && !src.on_fire)
|
||||
if (cpr)
|
||||
cpr = FALSE
|
||||
return
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: TheGreyWolf
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "You will no longer attempt to resuscitate prone people who are on fire, instead they will be put out first."
|
||||
Reference in New Issue
Block a user