Update bellymodes_vr.dm

This commit is contained in:
Sharkmare
2019-03-06 08:48:26 +01:00
committed by GitHub
parent 4cec4c8cd5
commit 9343a0ac0b
@@ -128,7 +128,6 @@
//CHOMPEDIT: Snowflake synx hook
if(istype(M,/mob/living/simple_animal/retaliate/synx))
var/syntox = digest_brute+digest_burn
var/old_tox = owner.getToxLoss()
owner.adjustToxLoss(syntox)
if(M.health <= M.maxHealth)
M.health = M.health + syntox*2