mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-12 16:38:18 +01:00
Merge pull request #395 from ArchieBeepBoop/hl_patch
Unforeseen consequences for naming the station Black Mesa
This commit is contained in:
@@ -81,7 +81,15 @@
|
||||
set_station_name(designation)
|
||||
minor_announce("[ureal_name] has designated your station as [station_name()]", "Captain's Charter", 0)
|
||||
log_game("[ukey] has renamed the station as [station_name()].")
|
||||
|
||||
if (designation == "Black Mesa")
|
||||
SSresearch.science_tech.add_point_list(list(TECHWEB_POINT_TYPE_GENERIC = 3000))
|
||||
var/list/bmeastereggmusic = list('sound/music/half-life07.ogg','sound/music/half-life13.ogg','sound/music/bms_inbounda.ogg')
|
||||
var/selectedmusic = pick(bmeastereggmusic)
|
||||
for(var/mob/M in GLOB.player_list)
|
||||
SEND_SOUND(M, selectedmusic)
|
||||
to_chat(M, "<span class='boldannounce'>You feel the fabric of reality distort for a moment... Prepare for unforeseen... Consequences...</span>")
|
||||
message_admins("The station has been renamed to Black Mesa.")
|
||||
log_game("The station has been renamed to Black Mesa.")
|
||||
name = "station charter for [station_name()]"
|
||||
desc = "An official document entrusting the governance of \
|
||||
[station_name()] and surrounding space to Captain [uname]."
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user