Skip to content

Commit

Permalink
mutated hive
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveloopers committed Jul 4, 2024
1 parent 27208b9 commit 9fd0a78
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 @@ -54,7 +54,7 @@
for(var/obj/item/items in affected_mob)
affected_mob.drop_inv_item_on_ground(items)
var/mob/living/carbon/xenomorph/drone/xeno = new(turf)
xeno.set_hive_and_update(XENO_HIVE_FERAL)
xeno.set_hive_and_update(XENO_HIVE_MUTATED)
if(ismonkey(affected_mob))
xeno.free_for_ghosts(TRUE)
else
Expand Down

0 comments on commit 9fd0a78

Please sign in to comment.