Merge pull request #12791 from KorPhaeron/removelizardremovelizard

Human only ERT and Deathsquad
This commit is contained in:
Cheridan
2015-11-11 13:20:49 -06:00
2 changed files with 42 additions and 0 deletions
@@ -353,6 +353,9 @@
missiondesc += "<BR><B>Your Mission</B>: [mission]"
Commando << missiondesc
if(config.enforce_human_authority)
Commando.set_species("human")
//Logging and cleanup
if(numagents == 1)
message_admins("The deathsquad has spawned with the mission: [mission].")
@@ -537,6 +540,9 @@
missiondesc += "<BR><B>Your Mission</B>: [mission]"
ERTOperative << missiondesc
if(config.enforce_human_authority)
ERTOperative.set_species("human")
//Logging and cleanup
if(numagents == 1)
message_admins("A Code [alert] emergency response team has spawned with the mission: [mission]")