* sdf

* fsda

* fuck

* fuck2

* toolz

* sdaf

* sdfa

* saf

* sdfa

* sdfa

* sdf

* sdfa

* temp rename

* temp rename

* temp rename

* sdaf

* the pain is immensurable in the land of byond

* the curse of rah

* safd

* sadf

* sadf

* gf

* asf

* fssdfa

* sfd

* sadf

* sfda

* brah

* brah

* it's easier for you to fix this

* ffs

* brah

* brah
This commit is contained in:
Fluffy
2024-01-06 17:03:57 +01:00
committed by GitHub
parent 8c76cfa9ea
commit e867030c2e
331 changed files with 2348 additions and 1643 deletions
+1 -1
View File
@@ -808,7 +808,7 @@ var/global/enabled_spooking = 0
set category = "Server"
set desc="Start the round RIGHT NOW"
set name="Start Now"
if(Master.initializing)
if(!MC_RUNNING())
alert("Unable to start the game as it is not set up.")
return
if(SSticker.current_state == GAME_STATE_PREGAME)
+2 -2
View File
@@ -759,12 +759,12 @@ var/list/admin_verbs_cciaa = list(
set name = "Kill Air"
set desc = "Toggle Air Processing"
if(!SSair.can_fire)
SSair.enable()
SSair.can_fire = TRUE
to_chat(usr, "<b>Enabled air processing.</b>")
else
if(alert("Confirm disabling air processing?",,"Yes","No") == "No")
return
SSair.disable()
SSair.can_fire = FALSE
to_chat(usr, "<b>Disabled air processing.</b>")
feedback_add_details("admin_verb","KA") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
log_admin("[key_name(usr)] used 'kill air'.",admin_key=key_name(usr))
@@ -56,7 +56,7 @@
return
//Since away sites are procedurally spawned by the map loader, if we don't suspend SSair, they'll get vented.
SSair.suspend()
SSair.can_fire = FALSE
log_and_message_admins("is attempting to place a map template [log_name].")
to_chat(usr, "Attempting to place map template [log_name].")
var/new_z_centre = template.load_new_z(FALSE) // Don't skip changeturf
@@ -66,7 +66,7 @@
else
log_and_message_admins("has failed to place a map template [log_name].")
to_chat(usr, "Failed to place map template [log_name].")
SSair.wake()
SSair.can_fire = TRUE
/datum/admins/proc/map_template_upload()
set category = "Fun"