mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +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,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
|
||||
|
||||
Reference in New Issue
Block a user