Skip to content

Commit

Permalink
Forgot this (#21985)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowbot92 authored May 2, 2024
1 parent c04a142 commit 883772c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/game/objects/structures/ghost_role_spawners.dm
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,9 @@ GLOBAL_LIST_EMPTY(servant_golem_users)
id = /obj/item/card/id/syndicate
l_pocket = /obj/item/flashlight
r_pocket = /obj/item/kitchen/knife/combat/survival
implants = list(/obj/item/implant/weapons_auth)
implants = list(
/obj/item/implant/weapons_auth,
/obj/item/implant/teleporter/syndicate_engineer)
box = /obj/item/storage/box/survival/syndie

/datum/outfit/syndicate_derelict_engi/post_equip(mob/living/carbon/human/H)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@
usewhitelist = TRUE
retrievalmessage = "Agent retrieval complete."

/obj/item/implant/teleporter/syndicate_engineer
pointofreturn = /area/ruin/space/has_grav/syndiederelict
usewhitelist = TRUE
retrievalmessage = "Agent retrieval complete."

/obj/item/implant/teleporter/demon
pointofreturn = /area/ruin/powered/sinden
usewhitelist = TRUE
Expand Down

0 comments on commit 883772c

Please sign in to comment.