diff --git a/Resources/Prototypes/Entities/Items/toys.yml b/Resources/Prototypes/Entities/Items/toys.yml index f9613968dc..d1cebccd4e 100644 --- a/Resources/Prototypes/Entities/Items/toys.yml +++ b/Resources/Prototypes/Entities/Items/toys.yml @@ -157,10 +157,10 @@ components: - type: Sprite sprite: Objects/Misc/carvings.rsi - state: helpme + state: help_me - type: Icon sprite: Objects/Misc/carvings.rsi - state: helpme + state: help_me - type: Item sprite: Objects/Misc/carvings.rsi - type: EmitSoundOnThrow @@ -182,10 +182,10 @@ components: - type: Sprite sprite: Objects/Misc/carvings.rsi - state: helpme + state: hello - type: Icon sprite: Objects/Misc/carvings.rsi - state: helpme + state: hello - type: Item sprite: Objects/Misc/carvings.rsi - type: EmitSoundOnThrow @@ -205,10 +205,10 @@ components: - type: Sprite sprite: Objects/Misc/carvings.rsi - state: helpme + state: thank_you - type: Icon sprite: Objects/Misc/carvings.rsi - state: helpme + state: thank_you - type: Item sprite: Objects/Misc/carvings.rsi - type: EmitSoundOnThrow @@ -228,10 +228,10 @@ components: - type: Sprite sprite: Objects/Misc/carvings.rsi - state: helpme + state: very_good - type: Icon sprite: Objects/Misc/carvings.rsi - state: helpme + state: very_good - type: Item sprite: Objects/Misc/carvings.rsi - type: EmitSoundOnThrow @@ -251,10 +251,10 @@ components: - type: Sprite sprite: Objects/Misc/carvings.rsi - state: helpme + state: im_sorry - type: Icon sprite: Objects/Misc/carvings.rsi - state: helpme + state: im_sorry - type: Item sprite: Objects/Misc/carvings.rsi - type: EmitSoundOnThrow diff --git a/Resources/Textures/Objects/Misc/carvings.rsi/hello.png b/Resources/Textures/Objects/Misc/carvings.rsi/hello.png new file mode 100644 index 0000000000..94bdd42dc3 Binary files /dev/null and b/Resources/Textures/Objects/Misc/carvings.rsi/hello.png differ diff --git a/Resources/Textures/Objects/Misc/carvings.rsi/helpme.png b/Resources/Textures/Objects/Misc/carvings.rsi/help_me.png similarity index 100% rename from Resources/Textures/Objects/Misc/carvings.rsi/helpme.png rename to Resources/Textures/Objects/Misc/carvings.rsi/help_me.png diff --git a/Resources/Textures/Objects/Misc/carvings.rsi/im_sorry.png b/Resources/Textures/Objects/Misc/carvings.rsi/im_sorry.png new file mode 100644 index 0000000000..06e2dd9887 Binary files /dev/null and b/Resources/Textures/Objects/Misc/carvings.rsi/im_sorry.png differ diff --git a/Resources/Textures/Objects/Misc/carvings.rsi/meta.json b/Resources/Textures/Objects/Misc/carvings.rsi/meta.json index d7591dcb4e..27b5298363 100644 --- a/Resources/Textures/Objects/Misc/carvings.rsi/meta.json +++ b/Resources/Textures/Objects/Misc/carvings.rsi/meta.json @@ -8,7 +8,43 @@ "copyright": "By Bright", "states": [ { - "name": "helpme", + "name": "hello", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "help_me", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "thank_you", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "im_sorry", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "very_good", "directions": 1, "delays": [ [ diff --git a/Resources/Textures/Objects/Misc/carvings.rsi/thank_you.png b/Resources/Textures/Objects/Misc/carvings.rsi/thank_you.png new file mode 100644 index 0000000000..823004d4fc Binary files /dev/null and b/Resources/Textures/Objects/Misc/carvings.rsi/thank_you.png differ diff --git a/Resources/Textures/Objects/Misc/carvings.rsi/very_good.png b/Resources/Textures/Objects/Misc/carvings.rsi/very_good.png new file mode 100644 index 0000000000..cfd614ab6f Binary files /dev/null and b/Resources/Textures/Objects/Misc/carvings.rsi/very_good.png differ