Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into dev
  • Loading branch information
silencer-pl committed May 29, 2024
2 parents ab9f6b5 + bbaba84 commit 153ff6d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 26 deletions.
2 changes: 1 addition & 1 deletion code/game/gamemodes/extended/extended.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/datum/game_mode/announce()
to_world("<B>Sector Patrol ALPHA</B>")
show_blurb(GLOB.player_list, duration = 10 SECONDS, message = "<b>August 24th, 2185\nUACM Outer Veil PST</b>\nDorms, Deck 37.", screen_position = "CENTER,BOTTOM+1.5:16", text_alignment = "center", text_color = "#ffaef2", blurb_key = "introduction", ignore_key = FALSE, speed = 1)
show_blurb(GLOB.player_list, duration = 10 SECONDS, message = "<b>[GLOB.ingame_date]\n[GLOB.ingame_location]]</b>\nLocal time: [time2text(GLOB.ingame_time,"hh:mm",0)]", screen_position = "CENTER,BOTTOM+1.5:16", text_alignment = "center", text_color = "#ffaef2", blurb_key = "introduction", ignore_key = FALSE, speed = 1)

/datum/game_mode/extended/get_roles_list()

Expand Down
Loading

0 comments on commit 153ff6d

Please sign in to comment.