The Rollable Cigs and Chews Update (#7631)

This commit is contained in:
Wowzewow (Wezzy)
2019-12-21 06:48:17 +08:00
committed by Werner
parent 203b4a92a8
commit ff25557eb8
30 changed files with 563 additions and 118 deletions
+2 -2
View File
@@ -80,9 +80,9 @@
if(icon_state == "paper_talisman")
return
else if (info && length(trim(info)))
icon_state = "paper_words"
icon_state = "[initial(icon_state)]_words"
else
icon_state = "paper"
icon_state = "[initial(icon_state)]"
/obj/item/paper/proc/update_space(var/new_text)
if(new_text)