Mostly visible in the fact that the classic 3 syringe guns from roundstart r'n'd always show up in the hard del list.
But you can reliably reproduce it with any and all mecha_part object, from the abstract /obj/item/mecha_part.
Any attempt at soft-del, made after roundstart (i don't know if this matters ? deletions before roundstart might not be counted) fails.
/obj/item/pod_parts also fail to soft-delete, probably owning to having /obj/item/mecha_parts as their parent type.
Description of issue
Mostly visible in the fact that the classic 3 syringe guns from roundstart r'n'd always show up in the hard del list. But you can reliably reproduce it with any and all
mecha_part
object, from the abstract/obj/item/mecha_part
.Any attempt at soft-del, made after roundstart (i don't know if this matters ? deletions before roundstart might not be counted) fails.
/obj/item/pod_parts
also fail to soft-delete, probably owning to having/obj/item/mecha_parts
as their parent type.