use_power var now uses a define to reflect it not being a bool (#1842)

This commit is contained in:
CitadelStationBot
2017-06-30 20:41:59 -07:00
committed by kevinz000
parent c32da6e2cb
commit 9d5e51777b
103 changed files with 155 additions and 149 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
anchored = 1
on_blueprints = TRUE
var/datum/powernet/powernet = null
use_power = 0
use_power = NO_POWER_USE
idle_power_usage = 0
active_power_usage = 0