Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 98dabe8

Browse files
authored
readded menacing signal (#21786)
1 parent cf620d7 commit 98dabe8

File tree

1 file changed

+7
-1
lines changed
  • code/modules/mob/living/simple_animal/hostile/mining_mobs/elites

1 file changed

+7
-1
lines changed

code/modules/mob/living/simple_animal/hostile/mining_mobs/elites/elite.dm

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,15 @@ obj/structure/elite_tumor/proc/return_elite()
210210

211211
/obj/structure/elite_tumor/Initialize(mapload)
212212
. = ..()
213-
//AddComponent(/datum/component/gps, "Menacing Signal")
213+
AddComponent(/datum/component/gps, "Menacing Signal")
214214
START_PROCESSING(SSobj, src)
215215

216+
/obj/item/gps/internal/elite
217+
icon_state = null
218+
gpstag = "Menacing Signal"
219+
desc = "Something strange sleeps beneath the planet."
220+
invisibility = 100
221+
216222
/obj/structure/elite_tumor/Destroy()
217223
STOP_PROCESSING(SSobj, src)
218224
mychild = null

0 commit comments

Comments
 (0)