mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Role datums one click antag (#19696)
* fixes one click antag - Need to test vox squad and such * tibltibltibltibl * Removes hitlers * turns out it do * Vox raiders is getting reworked, and syndie deathsquad already has a button elsewhere
This commit is contained in:
@@ -442,10 +442,11 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
|
||||
..()
|
||||
if(statpanel("Status"))
|
||||
stat(null, "Station Time: [worldtime2text()]")
|
||||
for(var/datum/faction/F in ticker.mode.factions)
|
||||
var/f_stat = F.get_statpanel_addition()
|
||||
if(f_stat && f_stat != null)
|
||||
stat(null, f_stat)
|
||||
if(ticker.mode)
|
||||
for(var/datum/faction/F in ticker.mode.factions)
|
||||
var/f_stat = F.get_statpanel_addition()
|
||||
if(f_stat)
|
||||
stat(null, f_stat)
|
||||
if(emergency_shuttle)
|
||||
if(emergency_shuttle.online && emergency_shuttle.location < 2)
|
||||
var/timeleft = emergency_shuttle.timeleft()
|
||||
|
||||
Reference in New Issue
Block a user