mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-15 01:46:30 +01:00
The Rollable Cigs and Chews Update (#7631)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user