stop this nonsense
This commit is contained in:
@@ -392,7 +392,7 @@
|
||||
if(network_card)
|
||||
return network_card.get_signal(specific_action)
|
||||
else
|
||||
return 0
|
||||
return FALSE
|
||||
|
||||
/obj/item/modular_computer/proc/add_log(text)
|
||||
if(!get_ntnet_status())
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
var/obj/item/computer_hardware/battery/battery_module = all_components[MC_CELL]
|
||||
if(battery_module?.battery)
|
||||
return battery_module.battery.give(amount)
|
||||
return 0
|
||||
return FALSE
|
||||
|
||||
/obj/item/modular_computer/get_cell()
|
||||
var/obj/item/computer_hardware/battery/battery_module = all_components[MC_CELL]
|
||||
|
||||
@@ -170,7 +170,7 @@
|
||||
active_program = P
|
||||
P.alert_pending = FALSE
|
||||
update_appearance()
|
||||
return 1
|
||||
return TRUE
|
||||
|
||||
if("PC_toggle_light")
|
||||
return toggle_flashlight()
|
||||
|
||||
Reference in New Issue
Block a user