Changelings are no longer gibbed by SR (#20507)

* Changelings are no longer gibbed by SR

* forgot to remove this 💀

* actually balance just wants this

* Update code/modules/reagents/chemistry/reagents/medicine.dm

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>

---------

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
GDN
2023-04-04 09:47:33 +01:00
committed by GitHub
co-authored by Ryan
parent f456dffd66
commit 7727e5d91b
@@ -769,6 +769,8 @@
if(method == REAGENT_INGEST || (method == REAGENT_TOUCH && prob(25)))
if(M.stat == DEAD)
if(M.getBruteLoss() + M.getFireLoss() + M.getCloneLoss() >= 150)
if(ischangeling(M))
return
M.delayed_gib()
return
if(!M.ghost_can_reenter())