mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-22 05:17:38 +01:00
Refractors the alien embryo into a proper parasite organ (#5577)
What it says in the title, it might as well slowdown the burst stage a bit.
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
|
||||
if(stage_ticker >= stage*stage_interval)
|
||||
stage = min(stage+1,max_stage)
|
||||
stage_effect()
|
||||
|
||||
/obj/item/organ/parasite/handle_rejection()
|
||||
if(subtle)
|
||||
@@ -31,6 +32,9 @@
|
||||
rejecting = 0
|
||||
return
|
||||
|
||||
/obj/item/organ/parasite/proc/stage_effect()
|
||||
return
|
||||
|
||||
///////////////////
|
||||
///K'ois Mycosis///
|
||||
///////////////////
|
||||
|
||||
Reference in New Issue
Block a user