mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 13:05:36 +01:00
@@ -332,7 +332,7 @@
|
||||
Commando << missiondesc
|
||||
|
||||
if(config.enforce_human_authority)
|
||||
Commando.set_species("human")
|
||||
Commando.set_species(/datum/species/human)
|
||||
|
||||
//Logging and cleanup
|
||||
if(numagents == 1)
|
||||
@@ -411,6 +411,9 @@
|
||||
missionobj.completed = 1
|
||||
newmob.mind.objectives += missionobj
|
||||
|
||||
if(config.enforce_human_authority)
|
||||
newmob.set_species(/datum/species/human)
|
||||
|
||||
//Greet the official
|
||||
newmob << "<B><font size=3 color=red>You are a Centcom Official.</font></B>"
|
||||
newmob << "<BR>Central Command is sending you to [station_name()] with the task: [mission]"
|
||||
@@ -519,7 +522,7 @@
|
||||
ERTOperative << missiondesc
|
||||
|
||||
if(config.enforce_human_authority)
|
||||
ERTOperative.set_species("human")
|
||||
ERTOperative.set_species(/datum/species/human)
|
||||
|
||||
//Logging and cleanup
|
||||
if(numagents == 1)
|
||||
|
||||
Reference in New Issue
Block a user