Fixes shells having the wrong gender (#6531)

-fixes #6514
This commit is contained in:
Alberyk
2019-06-04 17:58:24 -03:00
committed by Erki
parent ad51121a10
commit d128a15e3b
3 changed files with 8 additions and 9 deletions

View File

@@ -236,4 +236,5 @@ datum/species/machine/handle_post_spawn(var/mob/living/carbon/human/H)
/datum/species/machine/before_equip(var/mob/living/carbon/human/H)
. = ..()
check_tag(H, H.client)
H.gender = NEUTER
if (neuter_ipc)
H.gender = NEUTER

View File

@@ -59,17 +59,9 @@
/datum/species/machine/shell/get_light_color()
return
/datum/species/machine/shell/handle_post_spawn(var/mob/living/carbon/human/H)
. = ..()
check_tag(H, H.client)
/datum/species/machine/shell/handle_death(var/mob/living/carbon/human/H)
return
/datum/species/machine/shell/before_equip(var/mob/living/carbon/human/H)
. = ..()
check_tag(H, H.client)
/datum/species/machine/industrial
name = "Hephaestus G1 Industrial Frame"
short_name = "ind"