Merge pull request #16073 from KorPhaeron/humans

Plasmamen fixes
This commit is contained in:
AnturK
2016-03-16 17:48:29 +01:00
2 changed files with 6 additions and 4 deletions
+5 -2
View File
@@ -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)