Fixes ipcs gender and maybe their tags (#2544)

-baselines and industrials ipcs will now have the neuter gender, shells can still be female or male, also they won't spawn with internal boxes anymore
-this may fix #1549
This commit is contained in:
Alberyk
2017-05-31 22:56:52 +03:00
committed by skull132
parent 32204aabaf
commit 69bd8e5ae1
2 changed files with 7 additions and 0 deletions
@@ -84,6 +84,9 @@
/datum/species/machine/shell/get_bodytype()
return bodytype
/datum/species/machine/shell/equip_survival_gear(var/mob/living/carbon/human/H)
check_tag(H, H.client)
/datum/species/machine/industrial
name = "Industrial Frame"
@@ -566,6 +566,10 @@ datum/species/machine/handle_post_spawn(var/mob/living/carbon/human/H)
if ("yellow IPC screen")
return LIGHT_COLOR_YELLOW
/datum/species/machine/equip_survival_gear(var/mob/living/carbon/human/H)
check_tag(H, H.client)
H.gender = NEUTER
/datum/species/bug
name = "Vaurca Worker"
short_name = "vau"