mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
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:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user