mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-02 13:32:32 +00:00
Fixed issue with severed heads not being visible
This commit is contained in:
@@ -356,7 +356,7 @@
|
||||
H = new /obj/item/weapon/organ/head(owner.loc, owner)
|
||||
if(ishuman(owner))
|
||||
if(owner.gender == FEMALE)
|
||||
H.icon_state = "head_f_l"
|
||||
H.icon_state = "head_f"
|
||||
H.overlays += owner.generate_head_icon()
|
||||
H:transfer_identity(owner)
|
||||
H.pixel_x = -10
|
||||
@@ -682,7 +682,7 @@ obj/item/weapon/organ/New(loc, mob/living/carbon/human/H)
|
||||
|
||||
obj/item/weapon/organ/head
|
||||
name = "head"
|
||||
icon_state = "head_m_l"
|
||||
icon_state = "head_m"
|
||||
var/mob/living/carbon/brain/brainmob
|
||||
var/brain_op_stage = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user