Skip to content

Commit

Permalink
Hotfix to Convert Modsuits chameleon module
Browse files Browse the repository at this point in the history
Currently the convert modsuit's chameleon modules do not function. After a bit of testing, it seems to be an issue with the fact the convert modsuit is the only modsuit in the game (from what Ive seen) equipable on the back and toolbelt. Saying the mod suit is prebuilt with a toolbelt storage module hardbuilt into it we can fix the chameleon module by limiting the modsuit to the toolbelt. At least until someone more insane than me tackles the chameleon module code.
  • Loading branch information
Gw0sty authored Sep 17, 2024
1 parent 5b33e81 commit a5f8e25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
slowdown_inactive = 0
slowdown_active = 0
ui_theme = "hackerman"
slot_flags = ITEM_SLOT_BELT | ITEM_SLOT_BACK
slot_flags = ITEM_SLOT_BELT // | ITEM_SLOT_BACK
inbuilt_modules = list(
/obj/item/mod/module/storage/belt,
/obj/item/mod/module/chameleon/contractor,
Expand Down

0 comments on commit a5f8e25

Please sign in to comment.