Merge pull request #10757 from datlo/abductorfixes

Remove flavor text on abductor, add SE clean I missed
This commit is contained in:
variableundefined
2019-01-28 21:15:57 +08:00
committed by GitHub
@@ -125,6 +125,7 @@
H.real_name = team_name + " Agent"
H.cleanSE() //No fat/blind/colourblind/epileptic/whatever ayys.
H.overeatduration = 0
H.flavor_text = null
H.equipOutfit(/datum/outfit/abductor/agent)
greet_agent(agent,team_number)
update_abductor_icons_added(agent)
@@ -139,8 +140,9 @@
S.scientist = TRUE
S.team = team_number
H.real_name = team_name + " Scientist"
H.reagents.add_reagent("mutadone", 1) //No fat/blind/colourblind/epileptic/whatever ayys.
H.cleanSE() //No fat/blind/colourblind/epileptic/whatever ayys.
H.overeatduration = 0
H.flavor_text = null
H.equipOutfit(/datum/outfit/abductor/scientist)
greet_scientist(scientist,team_number)
update_abductor_icons_added(scientist)