mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 11:05:50 +01:00
Boneless Trait (#18545)
* Fixes this bug causing brains to be deleted * Boneless trait * Update negative.dm * excludes
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user