mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
Bag Fixes (#15214)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user