Skip to content

Commit d56b0a7

Browse files
Forgot to move the admin one
1 parent b4c3abf commit d56b0a7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

code/modules/antagonists/_common/antag_exfiltration.dm

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,13 @@
236236
user.visible_message("<span class='notice'>[user] sets a strange telepad on the floor. It begins to unfold.</span>",
237237
"<span class='notice'>You push a button on [src], and watch as it begins to unfold.</span>")
238238

239+
/obj/item/wormhole_jaunter/extraction/admin
240+
name = "advanced extraction flare"
241+
desc = "An advanced single-use extraction flare that will let you escape the station quickly. One way trip."
242+
delayed_extraction = FALSE
243+
extraction_time = 5 SECONDS
244+
setup_type = /obj/effect/temp_visual/exfiltration/admin
245+
239246
// MARK: Traitor Flare
240247
/obj/effect/temp_visual/exfiltration
241248
name = "extraction flare"
@@ -430,13 +437,6 @@
430437
qdel(src)
431438

432439
// MARK: Debug/Admin
433-
/obj/item/wormhole_jaunter/extraction/admin
434-
name = "advanced extraction flare"
435-
desc = "An advanced single-use extraction flare that will let you escape the station quickly. One way trip."
436-
delayed_extraction = FALSE
437-
extraction_time = 5 SECONDS
438-
setup_type = /obj/effect/temp_visual/exfiltration/admin
439-
440440
/obj/effect/temp_visual/exfiltration/admin
441441
duration = 5.1 SECONDS
442442

0 commit comments

Comments
 (0)