mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Fixes monkey offsets (#91442)
This commit is contained in:
@@ -225,6 +225,19 @@
|
||||
is_dimorphic = FALSE
|
||||
head_flags = HEAD_LIPS|HEAD_DEBRAIN
|
||||
|
||||
/obj/item/bodypart/head/monkey/Initialize(mapload)
|
||||
worn_head_offset = new(
|
||||
attached_part = src,
|
||||
feature_key = OFFSET_HEAD,
|
||||
offset_y = list("south" = 1),
|
||||
)
|
||||
worn_glasses_offset = new(
|
||||
attached_part = src,
|
||||
feature_key = OFFSET_GLASSES,
|
||||
offset_y = list("south" = 1),
|
||||
)
|
||||
return ..()
|
||||
|
||||
/obj/item/bodypart/head/alien
|
||||
icon = 'icons/mob/human/species/alien/bodyparts.dmi'
|
||||
icon_static = 'icons/mob/human/species/alien/bodyparts.dmi'
|
||||
|
||||
@@ -94,6 +94,14 @@
|
||||
acceptable_bodyshape = BODYSHAPE_MONKEY
|
||||
dmg_overlay_type = SPECIES_MONKEY
|
||||
|
||||
/obj/item/bodypart/chest/monkey/Initialize(mapload)
|
||||
worn_neck_offset = new(
|
||||
attached_part = src,
|
||||
feature_key = OFFSET_NECK,
|
||||
offset_y = list("south" = 1),
|
||||
)
|
||||
return ..()
|
||||
|
||||
/obj/item/bodypart/chest/alien
|
||||
icon = 'icons/mob/human/species/alien/bodyparts.dmi'
|
||||
icon_static = 'icons/mob/human/species/alien/bodyparts.dmi'
|
||||
|
||||
Reference in New Issue
Block a user