Teshari can now be cloned properly

This commit is contained in:
Anewbe
2017-06-03 18:30:16 -05:00
parent 24b35ace2f
commit 3a751fd403

View File

@@ -181,7 +181,7 @@
use_power(7500) //This might need tweaking.
return
else if((occupant.health >= heal_level) && (!eject_wait))
else if((occupant.health >= heal_level || occupant.health == occupant.maxHealth) && (!eject_wait))
playsound(src.loc, 'sound/machines/ding.ogg', 50, 1)
audible_message("\The [src] signals that the cloning process is complete.")
connected_message("Cloning Process Complete.")