fixes paperbags becoming invisible (#12804)

This commit is contained in:
Casper3667
2021-12-01 17:20:47 +01:00
committed by GitHub
parent be4b8f9d07
commit 27f8b5320d
2 changed files with 9 additions and 2 deletions
@@ -963,9 +963,10 @@
"SmileyFace" = image(icon = src.icon, icon_state = "paperbag_SmileyFace")
))
choice = show_radial_menu(user, src, papersack_designs, radius = 42, tooltips = TRUE)
if(!choice)
var/selected = show_radial_menu(user, src, papersack_designs, radius = 42, tooltips = TRUE)
if(!selected)
return
choice = selected
switch(choice)
if("None")
desc = "A sack neatly crafted out of paper."