Fix disability removing on ERT/Nuke ops/ayy

This commit is contained in:
datlo
2019-01-11 19:20:46 +00:00
parent 92727ed3a4
commit 645e242ea6
3 changed files with 3 additions and 3 deletions
@@ -123,7 +123,7 @@
S = H.dna.species
S.team = team_number
H.real_name = team_name + " Agent"
H.reagents.add_reagent("mutadone", 1) //No fat/blind/colourblind/epileptic/whatever ayys.
H.dna.ResetSE() //No fat/blind/colourblind/epileptic/whatever ayys.
H.overeatduration = 0
H.equipOutfit(/datum/outfit/abductor/agent)
greet_agent(agent,team_number)
+1 -1
View File
@@ -169,7 +169,7 @@ proc/issyndicate(mob/living/M as mob)
M.set_species(/datum/species/human, TRUE)
M.dna.ready_dna(M) // Quadriplegic Nuke Ops won't be participating in the paralympics
M.dna.species.create_organs(M)
M.reagents.add_reagent("mutadone", 1) //No fat/blind/colourblind/epileptic/whatever ops.
M.dna.ResetSE() //No fat/blind/colourblind/epileptic/whatever ops.
M.overeatduration = 0
var/obj/item/organ/external/head/head_organ = M.get_organ("head")
+1 -1
View File
@@ -145,7 +145,7 @@ var/ert_request_answered = FALSE
M.set_species(/datum/species/human, TRUE)
M.dna.ready_dna(M)
M.reagents.add_reagent("mutadone", 1) //No fat/blind/colourblind/epileptic/whatever ERT.
M.dna.ResetSE() //No fat/blind/colourblind/epileptic/whatever ERT.
M.overeatduration = 0
var/hair_c = pick("#8B4513","#000000","#FF4500","#FFD700") // Brown, black, red, blonde