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:
Molti
2022-12-02 08:18:22 -06:00
committed by GitHub
parent fec5b6b1fb
commit 74993d80bf

View File

@@ -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