Moved emagged var to item parent.

This commit is contained in:
shizcalev
2017-08-17 22:15:11 -04:00
parent 093cb1a184
commit 75dc5d8272
11 changed files with 1 additions and 10 deletions

View File

@@ -13,7 +13,6 @@
var/last_battery_percent = 0 // Used for deciding if battery percentage has chandged
var/last_world_time = "00:00"
var/list/last_header_icons
var/emagged = FALSE // Whether the computer is emagged.
var/base_active_power_usage = 50 // 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 = 5 // Power usage when the computer is idle and screen is off (currently only applies to laptops)