Merge pull request #14566 from farie82/mmi-borging-alert

Adds an alert to the ghosts before people borg a playerless MMI. Will prevent borging till the ghost is in the MMI
This commit is contained in:
AffectedArc07
2020-10-11 10:07:16 +01:00
committed by GitHub
2 changed files with 15 additions and 10 deletions
@@ -23,6 +23,9 @@
// Needed to fix a rather insane bug when a posibrain/robotic brain commits suicide
var/dead_icon = "mmi_dead"
/// Time at which the ghost belonging to the mind in the mmi can be pinged again to be borged
var/next_possible_ghost_ping
/obj/item/mmi/attackby(var/obj/item/O as obj, var/mob/user as mob, params)
if(istype(O, /obj/item/organ/internal/brain/crystal))
to_chat(user, "<span class='warning'> This brain is too malformed to be able to use with the [src].</span>")