mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user