This commit is contained in:
Zuhayr
2013-07-05 23:34:44 -07:00
parent aeec95b350
commit 349851313e

View File

@@ -10,7 +10,7 @@
var/amount = 0
for(var/V in components)
var/datum/robot_component/C = components[V]
if(C.installed != 1) amount += C.brute_damage
if(C.installed != 0) amount += C.brute_damage
return amount
/mob/living/silicon/robot/getFireLoss()