Adds CentComm only features to the Comms Console (#22096)

* here we go

* add some logging

* more buttons + no tgui fail

* now requires R_ADMIN and R_EVENT

* review

* rebuild

* prettier

* lewc review

* tgui

* sirryan review

* oops

* prettier changes

* tgui

* OOPS

* tgui

* okay there we go
This commit is contained in:
Contrabang
2023-10-20 15:10:59 -04:00
committed by GitHub
parent c0159d6f97
commit 75a02c1cd2
8 changed files with 794 additions and 375 deletions
-7
View File
@@ -1,7 +1,3 @@
#define NUKE_INTACT 0
#define NUKE_CORE_MISSING 1
#define NUKE_MISSING 2
/mob/living/verb/pray(msg as text)
set category = "IC"
set name = "Pray"
@@ -97,6 +93,3 @@
if(X.prefs.sound & SOUND_ADMINHELP)
SEND_SOUND(X, sound('sound/effects/adminhelp.ogg'))
#undef NUKE_INTACT
#undef NUKE_CORE_MISSING
#undef NUKE_MISSING