mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 21:17:44 +01:00
Allows modsuits to be used in outfit manager (#67310)
* Lets bag-fitting MODsuits be used in the Admin outfit manager
This commit is contained in:
@@ -179,6 +179,10 @@
|
||||
choose_any_item(slot)
|
||||
if("back")
|
||||
options = typesof(/obj/item/storage/backpack)
|
||||
for(var/obj/item/mod/control/pre_equipped/potential_mod as anything in subtypesof(/obj/item/mod/control/pre_equipped))
|
||||
if(!(initial(potential_mod.slot_flags) == ITEM_SLOT_BACK))
|
||||
continue
|
||||
options |= potential_mod
|
||||
if("r_hand")
|
||||
choose_any_item(slot)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user