File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
code/modules/antagonists/_common Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 236
236
user. visible_message(" <span class='notice'>[ user] sets a strange telepad on the floor. It begins to unfold.</span>" ,
237
237
" <span class='notice'>You push a button on [ src ] , and watch as it begins to unfold.</span>" )
238
238
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
+
239
246
// MARK: Traitor Flare
240
247
/ obj / effect/ temp_visual/ exfiltration
241
248
name = " extraction flare"
430
437
qdel (src )
431
438
432
439
// 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
-
440
440
/ obj / effect/ temp_visual/ exfiltration/ admin
441
441
duration = 5.1 SECONDS
442
442
You can’t perform that action at this time.
0 commit comments