Skip to content

Commit

Permalink
some more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Atlas committed Oct 19, 2024
1 parent e7fbdad commit c906bea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/game/gamemodes/odyssey/odyssey.dm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
It is a <b>[SSodyssey.scenario.scenario_type == SCENARIO_TYPE_NONCANON ? "non-canon" : "canon"]</b> scenario.\n"

if(SSodyssey.scenario.scenario_type == SCENARIO_TYPE_CANON)
odyssey_message += SPAN_DANGER("A Canon Odyssey scenario follows the same rules as Extended canonicity, meaning that character deaths may be retconned if all parties agree. Adminhelp or refer to the rules for more information.")
odyssey_message += SPAN_DANGER("A Canon Odyssey scenario follows the same rules as Extended canonicity, meaning that character deaths may be retconned if all parties agree. Adminhelp or refer to the rules for more information.\n")

odyssey_message += "Please keep in mind that the Storyteller and the Actors may alter the story as they see fit, and remember to go along with what they have planned!"

Expand Down
6 changes: 4 additions & 2 deletions html/changelogs/mattatlas-a_thousand_year_journey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#################################

# Your name.
author: MattAtlas
author: MattAtlas, Dreamixpl

# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True
Expand All @@ -55,6 +55,8 @@ delete-after: True
# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit.
# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
changes:
- rscadd: "Added the Odyssey gamemode."
- experiment: "Added the Odyssey gamemode. This gamemode essentially revolves around the Horizon visiting an away site, a planet, or an otherwise fulfilling important mission."
- experiment: "Added Storytellers to go along with the Odyssey gamemode. They are essentially the gamemasters for the gamemode - they have quite a few admin tools and can run the round as they wish. The only thing they cannot modify is the canonicity of the round. To join as one during an Odyssey round, simply spawn in from the Ghost Spawner menu. You must have a head of staff whitelist."
- bugfix: "Fixed planetary blueprints."
- refactor: "Storytellers and Observers are now subtypes of the same mob type - the ghost."
- admin: "Changed how the Set Outfit verb works completely."

0 comments on commit c906bea

Please sign in to comment.