Enforces antagHUD restrictions.

antagHUD checks were missing in a few places.
Can no longer join as drone, ERT member, or pAI if you have enabled antagHUD.
This commit is contained in:
PsiOmega
2015-05-07 09:55:26 +02:00
parent 70fc66da29
commit 783e437c5e
7 changed files with 31 additions and 7 deletions
+11
View File
@@ -302,3 +302,14 @@
'html/images/ntlogo.png',
'html/images/talisman.png'
)
mob/proc/MayRespawn()
return 0
client/proc/MayRespawn()
if(mob)
return mob.MayRespawn()
// Something went wrong, client is usually kicked or transfered to a new mob at this point
return 0