This commit is contained in:
D3athrow
2016-01-28 12:55:04 -06:00
parent 2d9f9f9f9e
commit d285a4411d
4 changed files with 4 additions and 4 deletions

View File

@@ -452,7 +452,7 @@
var/obj/item/weapon/book/B = new newbook.path(src.loc)
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"])
return
var/http = file2text(_http["CONTENT"])

View File

@@ -206,7 +206,7 @@
dat = {"
<html>
<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>
</html>
"}

View File

@@ -3,7 +3,7 @@
regenerate_icons()
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, "<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>")
show_laws(0)

View File

@@ -1155,7 +1155,7 @@ var/list/slot_equipment_priority = list( \
set category = "OOC"
var/dat = {" <title>/vg/station Github Ingame Reporting</title>
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")
/client/verb/changes()