mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 11:07:46 +01:00
refactors most spans
This commit is contained in:
@@ -295,7 +295,7 @@
|
||||
if(!emagged)
|
||||
playsound(src, 'sound/effects/sparks4.ogg', 75, 1)
|
||||
emagged = 1
|
||||
to_chat(user, "<span class='notice'>You you disable the security protocols.</span>")
|
||||
to_chat(user, span_notice("You you disable the security protocols."))
|
||||
SStgui.update_uis(src)
|
||||
return 1
|
||||
|
||||
@@ -309,4 +309,4 @@
|
||||
name = "Core R&D Server"
|
||||
id_with_upload_string = "1"
|
||||
id_with_download_string = "1"
|
||||
server_id = 1
|
||||
server_id = 1
|
||||
|
||||
Reference in New Issue
Block a user