Skip to content

Commit

Permalink
Update acid.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
BeagleGaming1 committed Jul 9, 2023
1 parent 0c34c4a commit 507e023
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
new /datum/effects/acid(target_mob, bound_xeno, initial(bound_xeno.caste_type))
if(isxeno_human(target_mob)) //Will the runner get acid stacks
var/obj/item/alien_embryo/embryo = locate(/obj/item/alien_embryo) in target_mob.contents
if(embryo?.stage >= 5) //very late stage hugged in case the runner unnests them
if(embryo?.stage >= 4) //very late stage hugged in case the runner unnests them
return

if(target_mob.lying)
Expand Down

0 comments on commit 507e023

Please sign in to comment.