Skip to content

Commit

Permalink
display/hub fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
silencer-pl committed Mar 26, 2024
1 parent db87cef commit c0b025b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion code/datums/map_config.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
var/voteweight = 1

// Config actually from the JSON - default values
var/map_name = "LV624"
var/map_name = "The Outer Veil PST"
var/map_path = "map_files/LV624"
var/map_file = "LV624.dmm"

Expand Down
1 change: 1 addition & 0 deletions code/game/area/ovpst.dm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/area/ovpst
name = "The Outer Veil Primary Supply Terminal - Interiors"
icon = 'icons/turf/area_almayer.dmi'
// ambience = list('sound/ambience/shipambience.ogg')
icon_state = "almayer"
Expand Down
13 changes: 3 additions & 10 deletions code/game/world.dm
Original file line number Diff line number Diff line change
Expand Up @@ -275,16 +275,9 @@ GLOBAL_LIST_INIT(reboot_sfx, file2list("config/reboot_sfx.txt"))
/world/proc/update_status()
//Note: Hub content is limited to 254 characters, including limited HTML/CSS.
var/s = ""

if(CONFIG_GET(string/servername))
s += "<a href=\"[CONFIG_GET(string/forumurl)]\"><b>[CONFIG_GET(string/servername)]</b></a>"

if(SSmapping?.configs)
var/datum/map_config/MG = SSmapping.configs[GROUND_MAP]
s += "<br>Map: [MG?.map_name ? "<b>[MG.map_name]</b>" : ""]"
if(SSticker?.mode)
s += "<br>Mode: <b>[SSticker.mode.name]</b>"
s += "<br>Round time: <b>[duration2text()]</b>"
s += "<b>Sector Patrol ALPHA - A Role-playing game mode without player antagonists</b><br>"
s += "Late joining may be disabled, but you may create your character at any time.<br>"
s += "<a href='https://discord.gg/vgr2RWZcXy'>Join the Neroid Sector Discord.</a>"

world.status = s

Expand Down
2 changes: 1 addition & 1 deletion maps/lv624.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"map_name": "LV-624",
"map_name": "The Outer Veil PST",
"map_path": "map_files/LV624",
"map_file": "LV624.dmm",
"webmap_url": "LV624",
Expand Down

0 comments on commit c0b025b

Please sign in to comment.