Skip to content

Commit

Permalink
Move gravity harness prebuilt cells to nullspace instead of storage (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ephemeralis authored Jan 12, 2025
1 parent f9e1a44 commit f870b74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modular_doppler/gravity_harness/gravity_harness.dm
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
AddElement(/datum/element/update_icon_updates_onmob, ITEM_SLOT_BACK)
if(ispath(current_cell))
current_cell = new current_cell(src)
current_cell.moveToNullspace() // so it doesn't appear in storage
create_storage(max_specific_storage = max_w_class, max_total_storage = max_combined_w_class, max_slots = max_items)

/obj/item/gravity_harness/Destroy()
Expand Down

0 comments on commit f870b74

Please sign in to comment.