mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Death Squad are not syndies despite "Death" in the name. Derp.
This commit is contained in:
@@ -199,7 +199,7 @@
|
||||
if(special_role)
|
||||
// There's a long list of special roles, but almost all of them are antags anyway.
|
||||
// If you manage to escape with a pet slaughter demon - go for it! Greentext well earned!
|
||||
if(special_role != SPECIAL_ROLE_ERT && special_role != SPECIAL_ROLE_EVENTMISC)
|
||||
if(special_role != SPECIAL_ROLE_EVENTMISC && special_role != SPECIAL_ROLE_ERT && special_role != SPECIAL_ROLE_DEATHSQUAD)
|
||||
continue
|
||||
|
||||
if(get_area(player) == areaInstance)
|
||||
|
||||
Reference in New Issue
Block a user