From 988cb087605b362596d9d08aac328ded11d27046 Mon Sep 17 00:00:00 2001 From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Wed, 19 Mar 2025 23:25:53 +0100 Subject: [PATCH] Add a code comment to the trait prototype files (#35936) code comment --- Resources/Prototypes/Traits/disabilities.yml | 2 ++ Resources/Prototypes/Traits/quirks.yml | 2 ++ Resources/Prototypes/Traits/speech.yml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/Resources/Prototypes/Traits/disabilities.yml b/Resources/Prototypes/Traits/disabilities.yml index b7b3ba1ddc..18afa7d715 100644 --- a/Resources/Prototypes/Traits/disabilities.yml +++ b/Resources/Prototypes/Traits/disabilities.yml @@ -1,3 +1,5 @@ +# If you add a new trait, make sure to add the corresponding component to the whitelist in \Resources\Prototypes\Entities\Mobs\Player\clone.yml so it gets copied to clones correctly! + - type: trait id: Blindness name: trait-blindness-name diff --git a/Resources/Prototypes/Traits/quirks.yml b/Resources/Prototypes/Traits/quirks.yml index d01bf6218a..f51264e6bc 100644 --- a/Resources/Prototypes/Traits/quirks.yml +++ b/Resources/Prototypes/Traits/quirks.yml @@ -1,3 +1,5 @@ +# If you add a new trait, make sure to add the corresponding component to the whitelist in \Resources\Prototypes\Entities\Mobs\Player\clone.yml so it gets copied to clones correctly! + - type: trait id: Pacifist name: trait-pacifist-name diff --git a/Resources/Prototypes/Traits/speech.yml b/Resources/Prototypes/Traits/speech.yml index 98d0368ed6..976d345a6d 100644 --- a/Resources/Prototypes/Traits/speech.yml +++ b/Resources/Prototypes/Traits/speech.yml @@ -1,3 +1,5 @@ +# If you add a new trait, make sure to add the corresponding component to the whitelist in \Resources\Prototypes\Entities\Mobs\Player\clone.yml so it gets copied to clones correctly! + # Free - type: trait -- 2.51.2