mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-02 13:32:32 +00:00
@@ -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
|
||||
@@ -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"
|
||||
|
||||
6
html/changelogs/alberyk-ipcfix.yml
Normal file
6
html/changelogs/alberyk-ipcfix.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
author: Alberyk
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Fixed shells not displaying their gender properly."
|
||||
Reference in New Issue
Block a user