mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
Merge branch 'dev-freeze' of https://github.com/Baystation12/Baystation12 into dev
Conflicts: code/game/gamemodes/intercept_report.dm code/game/gamemodes/traitor/traitor.dm code/global.dm code/modules/mob/inventory.dm code/modules/mob/living/living.dm html/changelogs/.all_changelog.yml
This commit is contained in:
@@ -123,7 +123,7 @@ Works together with spawning an observer, noted above.
|
||||
if(antagHUD)
|
||||
var/list/target_list = list()
|
||||
for(var/mob/living/target in oview(src, 14))
|
||||
if(target.mind&&(target.mind.special_role||issilicon(target)) )
|
||||
if(target.mind && target.mind.special_role)
|
||||
target_list += target
|
||||
if(target_list.len)
|
||||
assess_targets(target_list, src)
|
||||
|
||||
Reference in New Issue
Block a user