This commit is contained in:
Wowzewow (Wezzy)
2022-12-04 14:59:10 -03:00
committed by GitHub
parent 4e05526c6a
commit c15d5f0205
4 changed files with 55 additions and 6 deletions
@@ -39,12 +39,14 @@
if(use_check_and_message(usr))
return 0
switch(input(usr, "Choose your bag strap style.", "[src]") as null|anything in backbagstrap)
if("Thick")
alpha_mask = null
if("Normal")
alpha_mask = "normal"
if("Hidden")
alpha_mask = "hidden"
if("Thin")
alpha_mask = "thin"
if("Normal")
alpha_mask = "normal"
if("Thick")
alpha_mask = null
to_chat(usr, SPAN_NOTICE("You adjust your bag strap to be [alpha_mask ? "[alpha_mask]" : "thick"]."))
var/mob/living/carbon/human/H = src.loc
H.update_icon()