Merge pull request #395 from ArchieBeepBoop/hl_patch

Unforeseen consequences for naming the station Black Mesa
This commit is contained in:
Dahlular
2020-08-25 22:59:19 -06:00
committed by GitHub
4 changed files with 9 additions and 1 deletions
+9 -1
View File
@@ -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.