mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
Made computers slightly backlit.
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
active_power_usage = 300
|
||||
var/obj/item/weapon/circuitboard/circuit = null //if circuit==null, computer can't disassembly
|
||||
var/processing = 0
|
||||
luminosity = 2
|
||||
|
||||
/obj/machinery/computer/New()
|
||||
..()
|
||||
@@ -20,7 +21,9 @@
|
||||
|
||||
/obj/machinery/computer/process()
|
||||
if(stat & (NOPOWER|BROKEN))
|
||||
luminosity = 0
|
||||
return 0
|
||||
luminosity = 2
|
||||
return 1
|
||||
|
||||
/obj/machinery/computer/meteorhit(var/obj/O as obj)
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
use_power = 2
|
||||
idle_power_usage = 20
|
||||
active_power_usage = 80
|
||||
luminosity = 2
|
||||
|
||||
//fix for issue 521, by QualityVan.
|
||||
//someone should really look into why circuits have a powernet var, it's several kinds of retarded.
|
||||
|
||||
Reference in New Issue
Block a user