mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 12:13:06 +00:00
Teshari can now be cloned properly
This commit is contained in:
@@ -181,7 +181,7 @@
|
|||||||
use_power(7500) //This might need tweaking.
|
use_power(7500) //This might need tweaking.
|
||||||
return
|
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)
|
playsound(src.loc, 'sound/machines/ding.ogg', 50, 1)
|
||||||
audible_message("\The [src] signals that the cloning process is complete.")
|
audible_message("\The [src] signals that the cloning process is complete.")
|
||||||
connected_message("Cloning Process Complete.")
|
connected_message("Cloning Process Complete.")
|
||||||
|
|||||||
Reference in New Issue
Block a user