Skip to content

Commit

Permalink
oops again
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveloopers committed Jun 24, 2024
1 parent fcfaf7d commit 69f3439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/diseases/xeno_transformation.dm
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
var/area/area = get_area(turf)
gibs(turf)
for(var/obj/item/items in affected_mob)
affected_mob.drop_inv_item_on_ground()
affected_mob.drop_inv_item_on_ground(items)
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 69f3439

Please sign in to comment.