Makes slime reproduction not delete the original slime (#92680)

This commit is contained in:
Gboster-0
2025-09-05 05:06:38 +02:00
committed by GitHub
parent aaeae20834
commit 5fa216d26b
4 changed files with 48 additions and 62 deletions
@@ -223,7 +223,7 @@
for(var/mob/living/basic/slime/stored_slime in stored_slimes)
stored_slime.forceMove(target_turf)
REMOVE_TRAIT(stored_slime, TRAIT_STASIS, XENOBIO_CONSOLE_TRAIT)
stored_slime.handle_slime_stasis(0)
stored_slime.handle_slime_stasis()
xeno_hud.on_update_hud(LAZYLEN(stored_slimes), stored_monkeys, max_slimes)
///Places every slime not controlled by a player into the internal storage, respecting its limits