Adds The NT-75 Electromagnetic Power Inducer (#27653)

This commit is contained in:
Expletive
2017-05-31 14:59:13 -03:00
committed by Leo
parent 4f119e5129
commit 2b298bb6aa
35 changed files with 342 additions and 125 deletions
@@ -26,6 +26,10 @@
return battery_module.battery.give(amount)
return 0
/obj/item/device/modular_computer/get_cell()
var/obj/item/weapon/computer_hardware/battery/battery_module = all_components[MC_CELL]
if(battery_module && battery_module.battery)
return battery_module.battery
// Used in following function to reduce copypaste
/obj/item/device/modular_computer/proc/power_failure()