mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user