Skip to content

Commit

Permalink
gives contractor modsuits cuff assist + baton resist modules, compara…
Browse files Browse the repository at this point in the history
…ble to traitor modsuits (#4632)

you'd think cybersun would keep this updated

Co-authored-by: Hatterhat <[email protected]>
  • Loading branch information
2 people authored and StealsThePRs committed Dec 7, 2024
1 parent a48424f commit a798a10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modular_nova/modules/contractor/code/items/modsuit/modsuit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
applied_modules = list(
/obj/item/mod/module/dna_lock,
/obj/item/mod/module/emp_shield,
/obj/item/mod/module/shock_absorber,
/obj/item/mod/module/quick_cuff,
/obj/item/mod/module/flashlight,
/obj/item/mod/module/magnetic_harness,
/obj/item/mod/module/storage/syndicate,
Expand All @@ -25,6 +27,8 @@
/obj/item/mod/module/baton_holster/preloaded,
/obj/item/mod/module/dna_lock,
/obj/item/mod/module/emp_shield,
/obj/item/mod/module/shock_absorber,
/obj/item/mod/module/quick_cuff,
/obj/item/mod/module/jetpack,
/obj/item/mod/module/magnetic_harness,
/obj/item/mod/module/storage/syndicate,
Expand All @@ -39,6 +43,8 @@
applied_modules = list(
/obj/item/mod/module/baton_holster/preloaded,
/obj/item/mod/module/emp_shield,
/obj/item/mod/module/shock_absorber,
/obj/item/mod/module/quick_cuff,
/obj/item/mod/module/jetpack,
/obj/item/mod/module/scorpion_hook,
/obj/item/mod/module/springlock/contractor/no_complexity,
Expand Down

0 comments on commit a798a10

Please sign in to comment.