Fix advanced leg name (#88273)

## About The Pull Request
Fixes printed advanced robotic right leg name, instead of it being
"heavy"

## Why It's Good For The Game
Bugfix good

## Changelog
🆑
fix: Printed advanced robotic right leg now has correct name, instead of
being "heavy"
/🆑
This commit is contained in:
larentoun
2024-11-30 03:18:10 +01:00
committed by GitHub
parent 846ac3501b
commit 9d237ae588
@@ -574,7 +574,7 @@
body_damage_coeff = LIMB_BODY_DAMAGE_COEFFICIENT_ADVANCED
/obj/item/bodypart/leg/right/robot/advanced
name = "heavy robotic right leg"
name = "advanced robotic right leg"
desc = "An advanced cybernetic leg, capable of greater feats of strength and durability."
icon_static = 'icons/mob/augmentation/advanced_augments.dmi'
icon = 'icons/mob/augmentation/advanced_augments.dmi'