done, probably

This commit is contained in:
unusualcrow
2016-12-27 18:33:44 -05:00
parent 200e01949c
commit 422450d996
6 changed files with 68 additions and 6 deletions
+2 -1
View File
@@ -55,6 +55,7 @@
var/cell_type = 2500 // 0=no cell, 1=regular, 2=high-cap (x5) <- old, now it's just 0=no cell, otherwise dictate cellcapacity by changing this value. 1 used to be 1000, 2 was 2500
var/opened = 0 //0=closed, 1=opened, 2=cover removed
var/shorted = 0
var/shorted_old = 0 //for solar flare
var/lighting = 3
var/equipment = 3
var/environ = 3
@@ -1156,4 +1157,4 @@
/obj/item/weapon/electronics/apc
name = "power control module"
icon_state = "power_mod"
desc = "Heavy-duty switching circuits for power control."
desc = "Heavy-duty switching circuits for power control."