[MIRROR] Fix Xeno Embryo tearing-stage flavour (#3102)

* Fix Xeno Embryo tearing-stage flavour (#56530)

* Fix Xeno Embryo tearing-stage flavour

Co-authored-by: esainane <esainane+github@gmail.com>
This commit is contained in:
SkyratBot
2021-02-05 17:28:30 +00:00
committed by GitHub
co-authored by esainane
parent fc77844dce
commit 47343c8b69
@@ -50,8 +50,8 @@
to_chat(owner, "<span class='danger'>Your stomach hurts.</span>")
if(prob(20))
owner.adjustToxLoss(1)
if(5)
to_chat(owner, "<span class='danger'>You feel something tearing its way out of your stomach...</span>")
if(6)
to_chat(owner, "<span class='danger'>You feel something tearing its way out of your chest...</span>")
owner.adjustToxLoss(10)
/// Controls Xenomorph Embryo growth. If embryo is fully grown (or overgrown), stop the proc. If not, increase the stage by one and if it's not fully grown (stage 6), add a timer to do this proc again after however long the growth time variable is.