Skip to content

Commit

Permalink
branding and removes whitelist user
Browse files Browse the repository at this point in the history
  • Loading branch information
russ-money committed Aug 11, 2024
1 parent a49176c commit 93379d8
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 696 deletions.
6 changes: 3 additions & 3 deletions code/game/world.dm
Original file line number Diff line number Diff line change
Expand Up @@ -304,12 +304,12 @@ GLOBAL_VAR(restart_counter)

/world/proc/update_status()
var/s = ""
s += "<center><a href=\"https://discord.gg/bx9c7ha5Qk\">"
s += "<center><a href=\"https://discord.gg/honk\">"
#ifdef MATURESERVER
s += "<big><b>BLACKSTONE</b></big></a><br>"
s += "<big><b>SUBTERRA</b></big></a><br>"
s += "<b>Fantasy Computer Roleplaying Game</b></center><br>"
#else
s += "<big><b>BLACKSTONE</b></big></a><br>"
s += "<big><b>SUBTERRA</b></big></a><br>"
s += "<b>Fantasy Computer Survival Game</b></center><br>"
#endif
// s += "<img src=\"https://i.imgur.com/shj547T.jpg\"></a></center>"
Expand Down
14 changes: 7 additions & 7 deletions config/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ $include antag_rep.txt
# There are various options which are hard-locked for security reasons.

## Server name: This appears at the top of the screen in-game and in the BYOND hub. Uncomment and replace 'tgstation' with the name of your choice.
SERVERNAME Blackstone
SERVERNAME Subterra

## Server SQL name: This is the name used to identify the server to the SQL DB, distinct from SERVERNAME as it must be at most 32 characters.
# SERVERSQLNAME tgstation

## Station name: The name of the station as it is referred to in-game. If commented out, the game will generate a random name instead.
STATIONNAME Blackstone
STATIONNAME Subterra

## Put on byond hub: Uncomment this to put your server on the byond hub.
HUB
Expand Down Expand Up @@ -189,7 +189,7 @@ VOTE_PERIOD 1200
# DONT_DEL_NEWMOB

## set a hosted by name for unix platforms
HOSTEDBY Glennzer
HOSTEDBY Russ Money

## Set to jobban "Guest-" accounts from Captain, HoS, HoP, CE, RD, CMO, Warden, Security, Detective, and AI positions.
## Set to 1 to jobban them from those positions, set to 0 to allow them.
Expand Down Expand Up @@ -232,16 +232,16 @@ USEBLACKLIST
# SERVER ss13.example.com:2506

## Discod address
DISCORDURL https://discord.gg/bx9c7ha5Qk
DISCORDURL https://discord.gg/honk

## Wiki address
WIKIURL https://wiki.moviesfreepremium.xyz/blackstone
WIKIURL https://honksquad.com

## Rules address
RULESURL https://wiki.moviesfreepremium.xyz/blackstone/rules
RULESURL https://honksquad.com/ss13

## Github address
GITHUBURL https://github.com/Blackstone-SS13/BLACKSTONE
GITHUBURL https://github.com/russ-money/subterra

## Round specific stats address
## Link to round specific parsed logs; IE statbus. It is appended with the RoundID automatically by ticker/Reboot()
Expand Down
3 changes: 0 additions & 3 deletions config/crownwearers.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#Crown wearers, ideally only 1

Bokklin
Hilldric
4 changes: 2 additions & 2 deletions config/motd.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<!-- Most valid html will work in here, excluding images. -->
Blackstone Discord Server: <a href="https://discord.gg/bx9c7ha5Qk">discord.gg/Blackstone</a>
<center>* Unstable Playtest - Expect Restarts *</center>
HonkSquad Discord Server: <a href="https://discord.gg/honk">discord.gg/honk</a>
<center>* Unstable Codebase - Expect Restarts *</center>
Loading

0 comments on commit 93379d8

Please sign in to comment.