mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-22 12:16:40 +01:00
Merge pull request #161 from Crowbar764/slave-antag-patch
Slave antag patch 2
This commit is contained in:
@@ -1101,7 +1101,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
|
||||
|
||||
var/adding_hud = !has_antag_hud()
|
||||
|
||||
for(var/hudtype in list(DATA_HUD_SECURITY_ADVANCED, DATA_HUD_MEDICAL_ADVANCED, DATA_HUD_DIAGNOSTIC_ADVANCED)) // add data huds
|
||||
for(var/hudtype in list(DATA_HUD_SECURITY_ADVANCED, DATA_HUD_MEDICAL_ADVANCED, DATA_HUD_DIAGNOSTIC_ADVANCED, DATA_HUD_ANTAGTARGET)) // add data huds
|
||||
var/datum/atom_hud/H = GLOB.huds[hudtype]
|
||||
(adding_hud) ? H.add_hud_to(usr) : H.remove_hud_from(usr)
|
||||
for(var/datum/atom_hud/antag/H in GLOB.huds) // add antag huds
|
||||
|
||||
Reference in New Issue
Block a user