even-still-though-time-itself-be-shattered

This commit is contained in:
Fox McCloud
2019-09-16 01:35:25 -04:00
parent 788f1926fb
commit d015c0c2b2
52 changed files with 369 additions and 298 deletions
@@ -75,10 +75,6 @@
return TRUE // Good to go.
// Handles damage checks
/obj/item/computer_hardware/take_damage(damage_amount)
obj_integrity = max(obj_integrity - damage_amount, 0)
/obj/item/computer_hardware/examine(var/mob/user)
. = ..()
if(damage > damage_failure)