Fixes moth space move (#38736)

This commit is contained in:
Nich
2018-06-27 16:08:27 +02:00
committed by vuonojenmustaturska
parent 16e6b0448a
commit 7db8337ec7
2 changed files with 3 additions and 8 deletions
@@ -67,6 +67,6 @@
S.step_action()
/mob/living/carbon/human/Process_Spacemove(movement_dir = 0) //Temporary laziness thing. Will change to handles by species reee.
if(..())
return 1
return dna.species.space_move(src)
if(dna.species.space_move(src))
return TRUE
return ..()
@@ -23,11 +23,6 @@
H.endTailWag()
. = ..()
/datum/species/human/space_move(mob/living/carbon/human/H)
var/obj/item/flightpack/F = H.get_flightpack()
if(istype(F) && (F.flight) && F.allow_thrust(0.01, src))
return TRUE
/datum/species/human/on_species_gain(mob/living/carbon/human/H, datum/species/old_species)
if(H.dna.features["ears"] == "Cat")
mutantears = /obj/item/organ/ears/cat