Skip to content

Commit

Permalink
oops!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveloopers committed Jun 24, 2024
1 parent 96fe91e commit fcfaf7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/datums/diseases/xeno_transformation.dm
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
var/turf/turf = get_turf(affected_mob)
var/area/area = get_area(turf)
gibs(turf)
for(var/obj/item/items in affected_mob)
affected_mob.drop_inv_item_on_ground()
var/mob/living/carbon/xenomorph/drone/xeno = new()
xeno.forceMove(turf)
xeno.set_hive_and_update(XENO_HIVE_FERAL)
Expand Down

0 comments on commit fcfaf7d

Please sign in to comment.