Skip to content

Commit

Permalink
Merge pull request #8 from russ-money/branding
Browse files Browse the repository at this point in the history
more branding
  • Loading branch information
russ-money authored Aug 13, 2024
2 parents ba587a2 + 6875639 commit ce2927f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions code/__HELPERS/names.dm
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ GLOBAL_VAR(command_name)
GLOB.station_name = newname

#ifdef ROGUEWORLD
world.name = "BLACKSTONE"
world.name = "SUBTERRA"
#else
world.name = "BLACKSTONE"
world.name = "SUBTERRA"
#endif
#ifdef TESTSERVER
world.name = "BLACKSTONE (TESTING)"
world.name = "SUBTERRA (TESTING)"
#endif


Expand Down
4 changes: 2 additions & 2 deletions code/__HELPERS/roundend.dm
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@

log_game("The round has ended.")

to_chat(world, "<BR><BR><BR><span class='reallybig'>So ends this tale of Blackstone.</span>")
to_chat(world, "<BR><BR><BR><span class='reallybig'>So ends this tale of Subterra.</span>")
get_end_reason()

var/list/key_list = list()
Expand Down Expand Up @@ -296,7 +296,7 @@
SSblackbox.Seal()

sleep(10 SECONDS)
SSvote.initiate_vote("map", "Blackstone players")
SSvote.initiate_vote("map", "Subterra players")
ready_for_reboot = TRUE
standard_reboot()

Expand Down

0 comments on commit ce2927f

Please sign in to comment.