Fixes a runtime when e-cigs are examined

🆑
bugfix - Fixed a runtime when e-cigarettes are examined.
/🆑
This commit is contained in:
Meghan-Rossi
2021-03-02 23:23:05 +00:00
parent 74658734a8
commit 2564298eca
+1
View File
@@ -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)