powder that makes you say yes

This commit is contained in:
Razgriz
2022-03-30 21:56:16 -07:00
committed by GitHub
parent 967186aeb6
commit 2012d9a6ff

View File

@@ -24,10 +24,6 @@
name = "Low Power"
desc = "Your battery is very low! Low power mode makes all movements slower."
<<<<<<< HEAD
// CHOMPEdit Start
=======
>>>>>>> 084441d48b... Merge pull request #12558 from Rykka-Stormheart/shep-dev-xenochimera-qol
/obj/screen/alert/xenochimera/reconstitution
name = "Reconstructing Form"
desc = "You're still rebuilding your body! Click the alert to find out how long you have left."
@@ -54,8 +50,4 @@
if(istype(H) && istype(H.species, /datum/species/xenochimera)) // If you're somehow able to click this while not a chimera, this should prevent weird runtimes. Will need changing if regeneration is ever opened to non-chimera using the same alert.
if(H.revive_ready == REVIVING_DONE) // Sanity check.
H.hatch() // Hatch.
<<<<<<< HEAD
// CHOMPEdit Finish
=======
>>>>>>> 084441d48b... Merge pull request #12558 from Rykka-Stormheart/shep-dev-xenochimera-qol
*/
*/