Removes world output and commented code.

This commit is contained in:
Neerti
2016-02-04 10:47:07 -05:00
parent 8337f2febc
commit a0171fc176
3 changed files with 0 additions and 10 deletions
-1
View File
@@ -231,7 +231,6 @@ var/list/organ_cache = list()
//Note: external organs have their own version of this proc
/obj/item/organ/proc/take_damage(amount, var/silent=0)
world << "take_damage([amount], [silent]) called on [src.name]."
if(src.status & ORGAN_ROBOT)
src.damage = between(0, src.damage + (amount * 0.8), max_damage)
else
-1
View File
@@ -222,7 +222,6 @@
return (vital || brute_dam + burn_dam + additional_damage < max_damage)
/obj/item/organ/external/take_damage(brute, burn, sharp, edge, used_weapon = null, list/forbidden_limbs = list())
world << "take_damage([brute], [burn], [sharp], [edge], [used_weapon], [forbidden_limbs]) called on [src.name]."
if((brute <= 0) && (burn <= 0))
return 0
if(status & ORGAN_DESTROYED)