Capture cryatal tweaks (#19593)

* Fix mob eating food pathway

* Remove redundant alert

* Moved eating message to better location

* Add capturing edge case

* Fix Capture crystal OOC Escape to stop CC ruining.

* Better OOC Fix for Caprture crystals

* Logic check

* Sync changes on branch Capture-crystal-tweaks

* Manual merge with upstream

* Added a very neccesary and time consuming "Space"

* 4 more Spaces added to the commit

* Cleared up admin log

* Spellcheck
This commit is contained in:
WolvesAndOwls
2026-07-10 23:27:38 +02:00
committed by GitHub
parent 6f3e0ae56d
commit b17541e91d
2 changed files with 10 additions and 4 deletions
+1 -2
View File
@@ -580,8 +580,7 @@
else if(iscapturecrystal(loc))
var/obj/item/capture_crystal/crystal = loc
crystal.unleash()
crystal.bound_mob = null
crystal.bound_mob = capture_crystal = 0
crystal.mob_was_deleted()
clear_fullscreen(ATOM_BELLY_FULLSCREEN)
log_and_message_admins("used the OOC escape button to get out of [crystal] owned by [crystal.owner]. [ADMIN_FLW(src)]", src)