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 20:10:59 +01:00
committed by GitHub
parent c0159d6f97
commit 75a02c1cd2
8 changed files with 794 additions and 375 deletions
+1 -8
View File
@@ -1,6 +1,3 @@
#define NUKE_INTACT 0
#define NUKE_CORE_MISSING 1
#define NUKE_MISSING 2
/*
* GAMEMODES (by Rastaf0)
*
@@ -404,7 +401,7 @@
if(is_station_level(bomb.z))
nuke_status = NUKE_CORE_MISSING
if(bomb.core)
nuke_status = NUKE_INTACT
nuke_status = NUKE_STATUS_INTACT
return nuke_status
/datum/game_mode/proc/replace_jobbanned_player(mob/living/M, role_type)
@@ -508,7 +505,3 @@
var/datum/atom_hud/antag/antaghud = GLOB.huds[ANTAG_HUD_EVENTMISC]
antaghud.leave_hud(mob_mind.current)
set_antag_hud(mob_mind.current, null)
#undef NUKE_INTACT
#undef NUKE_CORE_MISSING
#undef NUKE_MISSING