Damned title doesnt want to show up

This commit is contained in:
Artur
2020-04-03 10:29:07 +03:00
parent 881f8765f4
commit 7da4ad5694
4 changed files with 9 additions and 22 deletions
+2 -2
View File
@@ -706,7 +706,7 @@ CIGARETTE PACKETS ARE IN FANCY.DM
name = "\improper E-Cigarette"
desc = "A classy and highly sophisticated electronic cigarette, for classy and dignified gentlemen. A warning label reads \"Warning: Do not fill with flammable materials.\""//<<< i'd vape to that.
icon = 'icons/obj/clothing/masks.dmi'
icon_state = null
icon_state = "blaVape" //We cant have a null icon state due to the vendor spritesheet
item_state = null
w_class = WEIGHT_CLASS_TINY
var/chem_volume = 100
@@ -1067,4 +1067,4 @@ CIGARETTE PACKETS ARE IN FANCY.DM
name = "coconut bong"
icon_off = "coconut_bong"
icon_on = "coconut_bong_lit"
desc = "A water bong used for smoking dried plants. This one's made out of a coconut and some bamboo."
desc = "A water bong used for smoking dried plants. This one's made out of a coconut and some bamboo."
+2 -1
View File
@@ -187,7 +187,7 @@
/obj/item/clothing/head/wig
name = "wig"
desc = "A bunch of hair without a head attached."
icon_state = ""
icon_state = "pwig"
item_state = "pwig"
flags_inv = HIDEHAIR
var/hair_style = "Very Long Hair"
@@ -195,6 +195,7 @@
/obj/item/clothing/head/wig/Initialize(mapload)
. = ..()
icon_state = "" //Shitty hack that i dont know if it is even neccesary to deal with the vendor stack exception
update_icon()
/obj/item/clothing/head/wig/update_icon_state()