Removing useless vars

This commit is contained in:
Sharkmare
2019-03-06 08:35:27 +01:00
committed by GitHub
parent 84f5533f42
commit 4cec4c8cd5
@@ -130,8 +130,6 @@
var/syntox = digest_brute+digest_burn
var/old_tox = owner.getToxLoss()
owner.adjustToxLoss(syntox)
var/actual_tox = M.getToxLoss() - old_tox
var/damage_gain = syntox
if(M.health <= M.maxHealth)
M.health = M.health + syntox*2