Skip to content

Commit

Permalink
Update robotic_limbs.dm
Browse files Browse the repository at this point in the history
removes additional description
  • Loading branch information
wshuwshuwshi committed Jun 26, 2024
1 parent e396e1a commit 04c9a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/character_traits/robotic_limbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/datum/character_trait/robo_limb/New()
..()
trait_name = "Prosthetic [robo_limb_name]"
trait_desc = "Has their [robo_limb_name] replaced with a prosthetic. [additional_description]"
trait_desc = "Has their [robo_limb_name] replaced with a prosthetic."

/datum/character_trait/robo_limb/apply_trait(mob/living/carbon/human/target, datum/equipment_preset/preset)
var/obj/limb/limb = target.get_limb(code_limb)
Expand Down

0 comments on commit 04c9a6c

Please sign in to comment.