Prevents an edge case where fresh clones could talk. Fixed #2793

This commit is contained in:
Miauw
2014-09-13 13:59:27 +02:00
parent 28cf74fac8
commit 4abe60732c

View File

@@ -161,13 +161,14 @@
src.icon_state = "pod_1"
//Get the clone body ready
H.adjustCloneLoss(CLONE_INITIAL_DAMAGE ) //Yeah, clones start with very low health, not with random, because why would they start with random health
H.adjustBrainLoss(CLONE_INITIAL_DAMAGE )
H.adjustCloneLoss(CLONE_INITIAL_DAMAGE) //Yeah, clones start with very low health, not with random, because why would they start with random health
H.adjustBrainLoss(CLONE_INITIAL_DAMAGE)
H.Paralyse(4)
//Here let's calculate their health so the pod doesn't immediately eject them!!!
H.updatehealth()
H.silent = 5 //Prevents an extreme edge case where clones could speak if they said something at exactly the right moment.
clonemind.transfer_to(H)
H.ckey = ckey
H << "<span class='notice'><b>Consciousness slowly creeps over you as your body regenerates.</b><br><i>So this is what cloning feels like?</i></span>"