mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
makes mob spawners respect antag jobbans (#20430)
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
if(!uses)
|
||||
to_chat(user, "<span class='warning'>This spawner is out of charges!</span>")
|
||||
return
|
||||
if(jobban_isbanned(user, banType))
|
||||
if(jobban_isbanned(user, banType) || jobban_isbanned(user, ROLE_SYNDICATE))
|
||||
to_chat(user, "<span class='warning'>You are jobanned!</span>")
|
||||
return
|
||||
if(cannotPossess(user))
|
||||
|
||||
Reference in New Issue
Block a user