[SEMI-MODULAR] Roundstart delam panic button (#22145)

* commit this before I lose it somehow

* bois bois bois

* stuff

* Update scram.dm

* Update scram.dm

* Update scram.dmi

* area checks are byond stupid

* deltashot

* trambox

* northmeta

* Update VoidRaptor.dmm

* so sad when it dies

* Update automapper_config.toml

* readme/var

* add biscuit card

* maps

* hear it outside the chamber, put biscuit in hand

* bit more delay, look at the pretty glow

* Update VoidRaptor.dmm

* add admin message for auto trigger

* add admeme powers

* Update admin.dm

* Update README.md

* rarrrgh space

* math is hard

* Update modular_skyrat/modules/delam_emergency_stop/code/scram.dm

Co-authored-by: Bloop <vinylspiders@gmail.com>

* Update modular_skyrat/modules/delam_emergency_stop/code/scram.dm

Co-authored-by: Bloop <vinylspiders@gmail.com>

* Update modular_skyrat/modules/delam_emergency_stop/code/scram.dm

Co-authored-by: Bloop <vinylspiders@gmail.com>

* admin procs

* define and doc

* trigger

* Update admin_scram.dm

* Update admin.dm

* Update airlock_override.dm

* Update scram.dm

* Update tramstation_supermatter.dmm

* Update scram.dm

* Update scram.dm

* try that

* Update code/__DEFINES/~skyrat_defines/events.dm

Co-authored-by: Bloop <vinylspiders@gmail.com>

* move defines

* Apply suggestions from code review

Co-authored-by: Bloop <vinylspiders@gmail.com>

* Update modular_skyrat/modules/delam_emergency_stop/code/scram.dm

Co-authored-by: Bloop <vinylspiders@gmail.com>

* Update modular_skyrat/modules/delam_emergency_stop/code/scram.dm

Co-authored-by: Bloop <vinylspiders@gmail.com>

* Update modular_skyrat/modules/delam_emergency_stop/code/scram.dm

Co-authored-by: Bloop <vinylspiders@gmail.com>

* defines

* do it some other way

* Apply suggestions from code review

Co-authored-by: Bloop <vinylspiders@gmail.com>

* Update modular_skyrat/modules/delam_emergency_stop/code/scram.dm

Co-authored-by: Bloop <vinylspiders@gmail.com>

* Update modular_skyrat/modules/delam_emergency_stop/code/scram.dm

Co-authored-by: Bloop <vinylspiders@gmail.com>

* Update admin_scram.dm

* Apply suggestions from code review

Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>

* change notification check

* give a jump link to the extra system(s)

* Apply suggestions from code review

Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>

* review changes

* Update delam.dm

* review changes

* reduce sound ranges

* re-add area check to emitters

* Update scram.dm

* message/button

* Update tgstation.dme

* Update scram.dm

* Update scram.dm

* Update tgstation.dme

* Apply suggestions from code review

Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>

* Update scram.dm

* review edits

* update messages

* Update admin_scram.dm

* Update scram.dm

* notify radio about the skeleton crew

* the answer to 'does it really need that second check?' is 'yes'

* add href to toggle system

* Update delam.dm

---------

Co-authored-by: Bloop <vinylspiders@gmail.com>
Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>
This commit is contained in:
lessthanthree
2023-08-07 21:19:00 -04:00
committed by GitHub
co-authored by Bloop GoldenAlpharex
parent bbed10b0ec
commit 5d2eeccf74
20 changed files with 1246 additions and 13 deletions
+2
View File
@@ -153,6 +153,8 @@ GLOBAL_LIST_INIT(admin_verbs_fun, list(
/client/proc/spawn_sunbeam, /*SKYRAT EDIT ADDITION*/
/client/proc/intensity_credits_panel, /*SKYRAT EDIT ADDITION*/
/client/proc/toggle_bsa, /*SKYRAT EDIT ADDITION*/
/client/proc/try_stop_delam, /*SKYRAT EDIT ADDITION*/
/client/proc/toggle_delam_suppression, /*SKYRAT EDIT ADDITION*/
))
GLOBAL_PROTECT(admin_verbs_fun)
GLOBAL_LIST_INIT(admin_verbs_spawn, list(/datum/admins/proc/spawn_atom, /datum/admins/proc/podspawn_atom, /datum/admins/proc/spawn_cargo, /datum/admins/proc/spawn_objasmob, /client/proc/respawn_character, /datum/admins/proc/beaker_panel))