mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 09:05:11 +01:00
[MIRROR] Allows modsuits to be used in outfit manager [MDB IGNORE] (#14075)
* Allows modsuits to be used in outfit manager (#67310) * Lets bag-fitting MODsuits be used in the Admin outfit manager * Allows modsuits to be used in outfit manager Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com>
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