[MIRROR] more missing tags (#9918)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-01-23 11:48:06 -07:00
committed by GitHub
parent 3d40810955
commit c0ee2c30d3
95 changed files with 141 additions and 138 deletions

View File

@@ -161,7 +161,7 @@
dat += "<font color='red'>The dart cartridge is empty!</font>"
dat += " \[<A href='byond://?src=\ref[src];eject_cart=1'>Eject</A>\]"
user << browse(dat, "window=dartgun")
user << browse("<html>[dat]</html>", "window=dartgun")
onclose(user, "dartgun", src)
/obj/item/gun/projectile/dartgun/proc/check_beaker_mixing(var/obj/item/B)