mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Merge pull request #12791 from KorPhaeron/removelizardremovelizard
Human only ERT and Deathsquad
This commit is contained in:
@@ -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]")
|
||||
|
||||
Reference in New Issue
Block a user