mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user