mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
No more round removing preternis or ipc by giving them regen coma (#16820)
* No more round removing preternis or ipc by giving them regen coma * NO NO NO NO NO Co-authored-by: Jamie D <993128+JamieD1@users.noreply.github.com>
This commit is contained in:
@@ -260,6 +260,8 @@
|
||||
return power * 0.5
|
||||
else if(M.IsSleeping())
|
||||
return power * 0.25
|
||||
else if(ispreternis(M) || isipc(M)) //ipc and preternis don't get round removed
|
||||
return 0
|
||||
else if(M.getBruteLoss() + M.getFireLoss() >= 90 && !active_coma)
|
||||
to_chat(M, span_warning("You feel yourself slip into a regenerative coma..."))
|
||||
active_coma = TRUE
|
||||
|
||||
Reference in New Issue
Block a user