mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
use_power var now uses a define to reflect it not being a bool
NO_POWER_USE IDLE_POWER_USE ACTIVE_POWER_USE holopads now correctly set use_power and the active_power_usage
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
icon_state = "photocopier"
|
||||
anchored = 1
|
||||
density = 1
|
||||
use_power = 1
|
||||
use_power = IDLE_POWER_USE
|
||||
idle_power_usage = 30
|
||||
active_power_usage = 200
|
||||
power_channel = EQUIP
|
||||
|
||||
Reference in New Issue
Block a user