mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
More gear tweak pain (#18607)
* sdfa * sfda * just to be safe, add some html strips guards to text inputs
This commit is contained in:
@@ -175,7 +175,7 @@ var/datum/gear_tweak/shoe_layer/gear_tweak_shoe_layer = new()
|
||||
return "Over"
|
||||
|
||||
/datum/gear_tweak/shoe_layer/get_metadata(var/user, var/metadata)
|
||||
return input(user, "Choose whether you want the shoe to go over or under the uniform.", "Shoe Layer", metadata) as anything in list("Over", "Under")
|
||||
return tgui_input_list(user, "Choose whether you want the shoe to go over or under the uniform.", "Shoe Layer", list("Over", "Under"), metadata)
|
||||
|
||||
/datum/gear_tweak/shoe_layer/tweak_item(var/obj/item/clothing/shoes/S, var/metadata)
|
||||
if(!istype(S))
|
||||
|
||||
Reference in New Issue
Block a user