Skip to content

Commit

Permalink
also fixes augment limbs not being removed
Browse files Browse the repository at this point in the history
  • Loading branch information
maaacha committed Nov 8, 2024
1 parent 5d0798e commit 9ccb9db
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,9 @@ GLOBAL_LIST_INIT(frame_type_names, list(

/datum/preference/choiced/leg_l_type/apply_to_human(mob/living/carbon/human/target, value)
if(value == "none")
for(var/obj/item/bodypart/whatever as anything in target.bodyparts)
whatever.change_exempt_flags &= ~BP_BLOCK_CHANGE_SPECIES
target.dna?.species?.replace_body(target)
return
LAZYADDASSOC(target.dna.features["frame_list"], BODY_ZONE_L_LEG, text2path("/obj/item/bodypart/leg/left/robot/android/[value]"))

Expand Down

0 comments on commit 9ccb9db

Please sign in to comment.