mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 23:51:17 +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
|
||||
|
||||
Reference in New Issue
Block a user