[MIRROR] Check for 516 byond:// hrefs (#9624)

Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2024-12-12 16:55:48 -07:00
committed by GitHub
parent 65b20a4d5c
commit a967fb3861
210 changed files with 1230 additions and 1399 deletions

View File

@@ -151,9 +151,9 @@
[occupant]<br>
"}
if (occupant && !(stat & (NOPOWER|BROKEN)))
dat += "<A href='?src=\ref[src];action=extract'>Start the core extraction.</a><BR>"
dat += "<A href='byond://?src=\ref[src];action=extract'>Start the core extraction.</a><BR>"
if(occupant)
dat += "<A href='?src=\ref[src];action=eject'>Eject the slime</a><BR>"
dat += "<A href='byond://?src=\ref[src];action=eject'>Eject the slime</a><BR>"
else
dat += "Please wait..."
var/datum/browser/popup = new(user, "Slime Extractor", "Slime Extractor", src)

View File

@@ -106,9 +106,9 @@
[core]<br>
"}
if (core && !(stat & (NOPOWER|BROKEN)))
dat += "<A href='?src=\ref[src];action=replicate'>Start the replication process</a><BR>"
dat += "<A href='byond://?src=\ref[src];action=replicate'>Start the replication process</a><BR>"
if(core)
dat += "<A href='?src=\ref[src];action=eject'>Eject the core</a><BR>"
dat += "<A href='byond://?src=\ref[src];action=eject'>Eject the core</a><BR>"
else
dat += "Please wait..."
var/datum/browser/popup = new(user, "Slime Replicator", "Slime Replicator", src)

View File

@@ -179,7 +179,7 @@
if(dat)
last_data = dat
dat += "<br><br>\[<a href='?src=\ref[src];print=1'>print report</a>\]"
dat += "<br><br>\[<a href='byond://?src=\ref[src];print=1'>print report</a>\]"
user << browse(dat,"window=xeno_analyzer")
return