mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-26 06:39:22 +01:00
Fixes a runtime when e-cigs are examined
🆑 bugfix - Fixed a runtime when e-cigarettes are examined. /🆑
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
var/brightness_on = 1
|
||||
chem_volume = 0 //ecig has no storage on its own but has reagent container created by parent obj
|
||||
item_state = "ecigoff"
|
||||
is_pipe = TRUE //to avoid a runtime in examine()
|
||||
var/icon_off
|
||||
var/icon_empty
|
||||
var/ecig_colors = list(null, COLOR_DARK_GRAY, COLOR_RED_GRAY, COLOR_BLUE_GRAY, COLOR_GREEN_GRAY, COLOR_PURPLE_GRAY)
|
||||
|
||||
Reference in New Issue
Block a user