17 lines
550 B
Plaintext
17 lines
550 B
Plaintext
diff a/code/modules/clothing/head/misc.dm b/code/modules/clothing/head/misc.dm (rejected hunks)
|
|
@@ -250,7 +250,7 @@
|
|
name = "jester hat"
|
|
desc = "A hat with bells, to add some merriness to the suit."
|
|
icon_state = "jester_hat"
|
|
- dynamic_hair_suffix = "null"
|
|
+ dynamic_hair_suffix = ""
|
|
|
|
/obj/item/clothing/head/rice_hat
|
|
name = "rice hat"
|
|
@@ -302,4 +302,4 @@
|
|
name = "jester hat"
|
|
desc = "A hat with bells, to add some merriness to the suit."
|
|
icon_state = "jester_hat2"
|
|
- dynamic_hair_suffix = "null"
|
|
+ dynamic_hair_suffix = ""
|