mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 15:14:27 +01:00
for-if-I-stand-I-stand-by-his-will-alone
This commit is contained in:
@@ -28,9 +28,6 @@ var/list/global_modular_computers = list()
|
||||
var/base_active_power_usage = 100 // Power usage when the computer is open (screen is active) and can be interacted with. Remember hardware can use power too.
|
||||
var/base_idle_power_usage = 10 // Power usage when the computer is idle and screen is off (currently only applies to laptops)
|
||||
|
||||
integrity_failure = 150
|
||||
max_integrity = 300
|
||||
|
||||
var/obj/item/modular_computer/processor/cpu = null // CPU that handles most logic while this type only handles power and other specific things.
|
||||
|
||||
/obj/machinery/modular_computer/New()
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
max_hardware_size = 4
|
||||
steel_sheet_cost = 10
|
||||
light_strength = 2
|
||||
obj_integrity = 300
|
||||
max_integrity = 300
|
||||
integrity_failure = 150
|
||||
|
||||
|
||||
Reference in New Issue
Block a user