Skip to content

Commit

Permalink
Standard webbing can't hold powerpacks/powerbackpacks anymore (#16705)
Browse files Browse the repository at this point in the history
  • Loading branch information
Notamaniac authored Oct 29, 2024
1 parent c285c6b commit abb35f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/datums/storage/subtypes/internal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,11 @@
/obj/item/stack/sheet,
/obj/item/stack/sandbags,
/obj/item/stack/snow,
/obj/item/cell/lasgun/volkite/powerpack,
/obj/item/cell/lasgun/plasma,
),
cant_hold_list = list(
/obj/item/cell/lasgun/volkite/powerpack
),
storage_type_limits_list = list(
/obj/item/ammo_magazine/rifle,
/obj/item/ammo_magazine/smg,
Expand Down

0 comments on commit abb35f3

Please sign in to comment.