mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Fixes GitHub Capitalization (#14715)
This commit is contained in:
@@ -206,8 +206,8 @@ var/list/localhost_addresses = list(
|
||||
// Forum link from various panels.
|
||||
if ("github")
|
||||
if (!config.githuburl)
|
||||
to_chat(src, "<span class='danger'>Github URL not set in the config. Unable to open the site.</span>")
|
||||
else if (alert("This will open the Github page in your browser. Are you sure?",, "Yes", "No") == "Yes")
|
||||
to_chat(src, "<span class='danger'>GitHub URL not set in the config. Unable to open the site.</span>")
|
||||
else if (alert("This will open the GitHub page in your browser. Are you sure?",, "Yes", "No") == "Yes")
|
||||
if (href_list["pr"])
|
||||
var/pr_link = "[config.githuburl]pull/[href_list["pr"]]"
|
||||
send_link(src, pr_link)
|
||||
|
||||
@@ -393,7 +393,7 @@
|
||||
verbs -= /mob/living/carbon/proc/spawn_larvae
|
||||
|
||||
else
|
||||
to_chat(src, SPAN_DANGER("Something has gone terribly wrong, as your host's brain does not seem to contain you. Make a Github report and ahelp to get out."))
|
||||
to_chat(src, SPAN_DANGER("Something has gone terribly wrong, as your host's brain does not seem to contain you. Make a GitHub report and ahelp to get out."))
|
||||
|
||||
//Brain slug proc for tormenting the host.
|
||||
/mob/living/carbon/proc/punish_host()
|
||||
|
||||
Reference in New Issue
Block a user