mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] Fix a bunch of issues and runtimes (#11145)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
199e857d15
commit
46c940fbdf
@@ -53,7 +53,7 @@ GLOBAL_VAR_INIT(floorIsLava, 0)
|
||||
to_chat(usr, "Error: you are not an admin!")
|
||||
return
|
||||
|
||||
var/body = "Options panel for" + span_bold("[M]")
|
||||
var/body = "Options panel for " + span_bold("[M]")
|
||||
if(M.client)
|
||||
body += " played by " + span_bold("[M.client]")
|
||||
body += "\[<A href='byond://?src=\ref[src];[HrefToken()];editrights=show'>[M.client.holder ? M.client.holder.rank_names() : "Player"]</A>\]"
|
||||
@@ -596,7 +596,7 @@ GLOBAL_VAR_INIT(floorIsLava, 0)
|
||||
<A href='byond://?src=\ref[src];[HrefToken()];vsc=default'>Choose a default ZAS setting</A><br>
|
||||
"}
|
||||
|
||||
var/datum/browser/popup = new(owner, "admin2", "Game Panel", 210, 280)
|
||||
var/datum/browser/popup = new(owner, "admin2", "Game Panel", 220, 295)
|
||||
popup.set_content(dat)
|
||||
popup.open()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user