harry
2025-03-26 21:41:18 +00:00
committed by GitHub
parent 1bc5abd623
commit 04bc9fbd13
73 changed files with 777 additions and 312 deletions
+1 -1
View File
@@ -348,7 +348,7 @@
for(var/obj/machinery/r_n_d/server/S in servers)
dat += "[S.name] <A href='byond://?src=[REF(src)];send_to=[S.server_id]'> (Transfer)</A><BR>"
dat += "<HR><A href='byond://?src=[REF(src)];main=1'>Main Menu</A>"
user << browse("<TITLE>R&D Server Control</TITLE><HR>[dat]", "window=server_control;size=575x400")
user << browse(HTML_SKELETON_TITLE("R&D Server Control", dat), "window=server_control;size=575x400")
onclose(user, "server_control")
return
@@ -124,7 +124,7 @@
for(var/index=1, index<=construction.len, index++)
dat += "<A href='byond://?src=[REF(src)];activate=[index]'>\[[construction[index]]\]</a><br>"
user << browse(dat, "window=alien_replicator")
user << browse(HTML_SKELETON(dat), "window=alien_replicator")
/obj/machinery/replicator/attackby(obj/item/attacking_item, mob/user)
user.drop_from_inventory(attacking_item, src)
@@ -72,7 +72,7 @@
"}
dat += "<A href='byond://?src=[REF(src)];close=1'>Close</a><br>"
user << browse(dat,"window=locater;size=300x150")
user << browse(HTML_SKELETON(dat),"window=locater;size=300x150")
onclose(user, "locater")
/obj/item/device/beacon_locator/Topic(href, href_list)