Sensors can now be printed, removed and installed on jumpsuits. HANDCRAFTED jumpsuits no longer have sensors by default (also mild crafting refactor) (#93121)

Co-authored-by: ArcaneMusic <41715314+ArcaneMusic@users.noreply.github.com>
This commit is contained in:
Ghom
2025-10-18 11:43:38 +02:00
committed by GitHub
parent 45d7078120
commit e5be2d0f91
22 changed files with 296 additions and 79 deletions
@@ -232,9 +232,12 @@
if(!flushing && cover_open)
. += "[base_icon_state]-water"
/obj/structure/toilet/atom_deconstruct(dissambled = TRUE)
for(var/obj/toilet_item in cistern_items)
/obj/structure/toilet/dump_contents()
for(var/obj/toilet_item in (cistern_items + fishes))
toilet_item.forceMove(drop_location())
/obj/structure/toilet/atom_deconstruct(dissambled = TRUE)
dump_contents()
if(buildstacktype)
new buildstacktype(loc,buildstackamount)
else
@@ -242,8 +245,6 @@
new M.sheet_type(loc, FLOOR(custom_materials[M] / SHEET_MATERIAL_AMOUNT, 1))
if(has_water_reclaimer)
new /obj/item/stock_parts/water_recycler(drop_location())
if(stuck_item)
stuck_item.forceMove(drop_location())
/obj/structure/toilet/item_interaction(mob/living/user, obj/item/tool, list/modifiers)
if(user.combat_mode)