Boneless Trait (#18545)

* Fixes this bug causing brains to be deleted

* Boneless trait

* Update negative.dm

* excludes
This commit is contained in:
Cameron Lennox
2025-10-16 23:20:29 -04:00
committed by GitHub
parent 88a0ce76d1
commit fe35d1fe84
2 changed files with 48 additions and 3 deletions
-3
View File
@@ -1034,9 +1034,6 @@ Note that amputating the affected organ does in fact remove the infection from t
I.throw_at(get_edge_target_turf(src,pick(GLOB.alldirs)),rand(1,3),5)
for(var/obj/item/I in src)
if(I.w_class <= ITEMSIZE_SMALL)
qdel(I)
continue
I.forceMove(droploc)
I.throw_at(get_edge_target_turf(src,pick(GLOB.alldirs)),rand(1,3),5)