mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
Fixes hair not changing on protean transformation (#5837)
This commit is contained in:
@@ -462,8 +462,6 @@
|
||||
var/head_update = FALSE
|
||||
var/list/new_limbs = list()
|
||||
var/datum/component/transformation/transform = GetComponent(/datum/component/transformation) // BUBBER EDIT START - Transformation component override.
|
||||
if(transform)
|
||||
transform.on_transform_limb_icon(src)
|
||||
for(var/body_zone, limb_untyped in transform ? transform.dummy.get_bodyparts_by_zones() : get_bodyparts_by_zones()) // BUBBER EDIT END | ORG: for(var/body_zone, limb_untyped in get_bodyparts_by_zones())
|
||||
var/obj/item/bodypart/limb = limb_untyped
|
||||
var/obj/item/bodypart/stump_limb_check = get_bodypart(body_zone, TRUE) // BUBBER EDIT START
|
||||
|
||||
Reference in New Issue
Block a user