mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 12:08:55 +01:00
[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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user