diff --git a/Resources/Prototypes/Entities/hands.yml b/Resources/Prototypes/Entities/hands.yml new file mode 100644 index 0000000000..4879b96150 --- /dev/null +++ b/Resources/Prototypes/Entities/hands.yml @@ -0,0 +1,14 @@ +- type: entity + name: IT HAS HANDS + id: thing_with_hands + components: + - type: Transform + - type: Hands + hands: + - left + - right + - type: Inventory + slots: + - head + - shoes + - uniform