fixes exploit (#16164)

This commit is contained in:
S34N
2021-06-12 16:22:35 +01:00
committed by GitHub
parent 872de72dc6
commit ddacfbb009
@@ -231,6 +231,8 @@
/obj/machinery/anomalous_crystal/helpers/attack_ghost(mob/dead/observer/user)
..()
if(cannotPossess(user))
return
if(ready_to_deploy)
var/be_helper = alert("Become a Lightgeist? (Warning, You can no longer be cloned!)",,"Yes","No")
if(be_helper == "No")