Skip to content

Commit

Permalink
Strange reagent with slimepeople bugfix (tgstation#50408)
Browse files Browse the repository at this point in the history
* h

* eol
  • Loading branch information
ArcaneDefence authored Apr 6, 2020
1 parent 1cfcf7e commit c3a65e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/living.dm
Original file line number Diff line number Diff line change
@@ -539,7 +539,7 @@
O.applyOrganDamage(excess_healing*-1)//1 excess = 5 organ damage healed

adjustOxyLoss(-20, TRUE)
adjustToxLoss(-20, TRUE) //slime friendly
adjustToxLoss(-20, TRUE, TRUE) //slime friendly
updatehealth()
grab_ghost()
SEND_SIGNAL(src, COMSIG_LIVING_REVIVE, full_heal, admin_revive)

0 comments on commit c3a65e5

Please sign in to comment.