Helper crystal is now a point of interest (#20516)

* Helper crystal is now a point of interest

* Update code/modules/mining/lavaland/loot/colossus_loot.dm

Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>

---------

Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
This commit is contained in:
GDN
2023-03-13 16:36:54 -05:00
committed by GitHub
parent 0bf9739346
commit 3302f8bb96

View File

@@ -214,6 +214,7 @@
if(..() && !ready_to_deploy)
ready_to_deploy = 1
notify_ghosts("An anomalous crystal has been activated in [get_area(src)]! This crystal can always be used by ghosts hereafter.", enter_link = "<a href=?src=\ref[src];ghostjoin=1>(Click to enter)</a>", source = src, action = NOTIFY_ATTACK)
GLOB.poi_list |= src // ghosts should actually know they can join as a lightgeist
/obj/machinery/anomalous_crystal/helpers/attack_ghost(mob/dead/observer/user)
..()
@@ -239,6 +240,10 @@
if(istype(ghost))
attack_ghost(ghost)
/obj/machinery/anomalous_crystal/helpers/Destroy()
GLOB.poi_list -= src
return ..()
/mob/living/simple_animal/hostile/lightgeist
name = "lightgeist"
desc = "This small floating creature is a completely unknown form of life... being near it fills you with a sense of tranquility."