it really wasn't

This commit is contained in:
Nerd Lord
2015-12-17 15:51:10 -05:00
parent 849083809e
commit 2fd7816a57
+1 -1
View File
@@ -229,7 +229,7 @@
else
damage = 0
if(overmind)
overmind.blob_reagent_datum.damage_reaction(src, health, damage, damage_type, cause) //pass the blob, its health before damage, the damage being done, the type of damage being done, the cause, and the appendix of the attacker.
overmind.blob_reagent_datum.damage_reaction(src, health, damage, damage_type, cause) //pass the blob, its health before damage, the damage being done, the type of damage being done, and the cause.
health -= damage
update_icon()
check_health()