diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index 0d5e0a397d..4c9798e4d1 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -296,8 +296,8 @@ ckey: mr_regari sprite: White/Ghosts/mr_regari.rsi alpha: 0.9 - ghostName: Темная сущность - ghostDescription: Интересно чья она. + ghostName: Обсидиановое сердце + ghostDescription: Сердце древнего бога, дабы не дать ему возродиться было заперто в бедрокиуме. - type: customGhost id: thefrendlypsychopath-ghost diff --git a/Resources/Textures/White/Ghosts/mr_regari.rsi/animated.png b/Resources/Textures/White/Ghosts/mr_regari.rsi/animated.png index c362ddadfb..3b02b01738 100644 Binary files a/Resources/Textures/White/Ghosts/mr_regari.rsi/animated.png and b/Resources/Textures/White/Ghosts/mr_regari.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/mr_regari.rsi/meta.json b/Resources/Textures/White/Ghosts/mr_regari.rsi/meta.json index 71c486230a..bb185a6cf0 100644 --- a/Resources/Textures/White/Ghosts/mr_regari.rsi/meta.json +++ b/Resources/Textures/White/Ghosts/mr_regari.rsi/meta.json @@ -1,14 +1,15 @@ { - "version": 1, + "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Created by MAMA OLEGA", - "size": { - "x": 64, - "y": 64 - }, - "states": [ - { - "name": "animated" - } - ] + "copyright": "https://github.com/tgstation/tgstation", + "size": { + "x": 64, + "y": 64 + }, + "states": [ + { + "name": "animated", + "directions": 4 + } + ] }