mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +01:00
Ensures special role returns true non-gamemode antags
This commit is contained in:
@@ -910,7 +910,7 @@ proc/admin_notice(var/message, var/rights)
|
||||
for(var/datum/antagonist/antag in ticker.mode.antag_templates)
|
||||
if(antag.is_antagonist(M))
|
||||
return 2
|
||||
else if(M.special_role)
|
||||
if(M.special_role)
|
||||
return 1
|
||||
|
||||
if(isrobot(character))
|
||||
|
||||
Reference in New Issue
Block a user