Should make upgraded cloners spit out clones again

This commit is contained in:
Anewbe
2017-10-11 22:49:23 -05:00
parent 7cafd7d239
commit 755ac361bb
+1 -1
View File
@@ -204,7 +204,7 @@
use_power(7500) //This might need tweaking.
return
else if((occupant.health >= heal_level || occupant.health == occupant.maxHealth) && (!eject_wait))
else if((occupant.health >= heal_level || occupant.health == occupant.getMaxHealth()) && (!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.")