mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 10:03:50 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user