mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Fix nuke ops leader not having an antag HUD to other nuke ops (#63091)
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
return nuke_team
|
||||
|
||||
/datum/antagonist/nukeop/apply_innate_effects(mob/living/mob_override)
|
||||
add_team_hud(mob_override || owner.current)
|
||||
add_team_hud(mob_override || owner.current, /datum/antagonist/nukeop)
|
||||
|
||||
/datum/antagonist/nukeop/proc/assign_nuke()
|
||||
if(nuke_team && !nuke_team.tracked_nuke)
|
||||
|
||||
Reference in New Issue
Block a user