Skip to content

Commit

Permalink
use the correct variable here
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Aug 23, 2023
1 parent 8e788a9 commit 43343ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/shuttle/dropship_hijack.dm
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@

marine_announcement("DROPSHIP ON COLLISION COURSE. CRASH IMMINENT." , "EMERGENCY", 'sound/AI/dropship_emergency.ogg', logging = ARES_LOG_SECURITY)

notify_ghosts(header = "Dropship Collision", message = "The dropship is about to impact [get_area_name(T_trg)]!", source = crash_site, extra_large = TRUE)
notify_ghosts(header = "Dropship Collision", message = "The dropship is about to impact [get_area_name(crash_site)]!", source = crash_site, extra_large = TRUE)
final_announcement = TRUE

playsound_area(get_area(crash_site), 'sound/effects/engine_landing.ogg', 100)
Expand Down

0 comments on commit 43343ad

Please sign in to comment.