Skip to content

Commit

Permalink
Update Embryo.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Blundir committed Jul 30, 2024
1 parent 1178c61 commit 983a56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/Embryo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
if(!victim || !victim.loc)
return
if(loc != victim)
victim.chestburst = 0 //if a doc removes the larva during the sleep(6), we must remove the 'bursting' overlay on the human
victim.chestburst = 0 //if a doc removes the larva during the sleep(10), we must remove the 'bursting' overlay on the human
victim.update_burst()
return

Expand Down

0 comments on commit 983a56f

Please sign in to comment.