mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
domain
This commit is contained in:
@@ -452,7 +452,7 @@
|
|||||||
var/obj/item/weapon/book/B = new newbook.path(src.loc)
|
var/obj/item/weapon/book/B = new newbook.path(src.loc)
|
||||||
|
|
||||||
if (!newbook.programmatic)
|
if (!newbook.programmatic)
|
||||||
var/list/_http = world.Export("http://vg13.undo.it/index.php/book?id=[newbook.id]")
|
var/list/_http = world.Export("http://ss13.pomf.se/index.php/book?id=[newbook.id]")
|
||||||
if(!_http || !_http["CONTENT"])
|
if(!_http || !_http["CONTENT"])
|
||||||
return
|
return
|
||||||
var/http = file2text(_http["CONTENT"])
|
var/http = file2text(_http["CONTENT"])
|
||||||
|
|||||||
@@ -206,7 +206,7 @@
|
|||||||
dat = {"
|
dat = {"
|
||||||
<html>
|
<html>
|
||||||
<body>
|
<body>
|
||||||
<iframe width='100%' height='100%' src="http://ss13.pomf.se/wiki/index.php?title=[wiki_page]&printable=yes"></iframe>
|
<iframe width='100%' height='100%' src="http://ss13.moe/wiki/index.php?title=[wiki_page]&printable=yes"></iframe>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
"}
|
"}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
regenerate_icons()
|
regenerate_icons()
|
||||||
if(isMoMMI(src))
|
if(isMoMMI(src))
|
||||||
to_chat(src, "<span style=\"font-size:5;color:red\">MoMMIs are not standard cyborgs, and have different laws. Review your laws carefully.</span>")
|
to_chat(src, "<span style=\"font-size:5;color:red\">MoMMIs are not standard cyborgs, and have different laws. Review your laws carefully.</span>")
|
||||||
to_chat(src, "<b>For newer players, a simple FAQ is <a href=\"http://ss13.pomf.se/wiki/index.php/MoMMI\">here</a>. Further questions should be directed to adminhelps (F1).</b>")
|
to_chat(src, "<b>For newer players, a simple FAQ is <a href=\"http://ss13.moe/wiki/index.php/MoMMI\">here</a>. Further questions should be directed to adminhelps (F1).</b>")
|
||||||
|
|
||||||
to_chat(src, "<span style=\"color: blue\">For cuteness' sake, using the various emotes MoMMIs have such as *beep, *ping, *buzz or *aflap isn't considered interacting. Don't use that as an excuse to get involved though, always remain neutral.</span>")
|
to_chat(src, "<span style=\"color: blue\">For cuteness' sake, using the various emotes MoMMIs have such as *beep, *ping, *buzz or *aflap isn't considered interacting. Don't use that as an excuse to get involved though, always remain neutral.</span>")
|
||||||
show_laws(0)
|
show_laws(0)
|
||||||
|
|||||||
@@ -1155,7 +1155,7 @@ var/list/slot_equipment_priority = list( \
|
|||||||
set category = "OOC"
|
set category = "OOC"
|
||||||
var/dat = {" <title>/vg/station Github Ingame Reporting</title>
|
var/dat = {" <title>/vg/station Github Ingame Reporting</title>
|
||||||
Revision: [return_revision()]
|
Revision: [return_revision()]
|
||||||
<iframe src='http://ss13.pomf.se/issues/?ckey=[ckey(key)]&address=[world.internet_address]:[world.port]' style='border:none' width='480' height='480' scroll=no></iframe>"}
|
<iframe src='http://ss13.moe/issues/?ckey=[ckey(key)]&address=[world.internet_address]:[world.port]' style='border:none' width='480' height='480' scroll=no></iframe>"}
|
||||||
src << browse(dat, "window=github;size=480x480")
|
src << browse(dat, "window=github;size=480x480")
|
||||||
|
|
||||||
/client/verb/changes()
|
/client/verb/changes()
|
||||||
|
|||||||
Reference in New Issue
Block a user