diff --git a/Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml b/Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml index 3f5a7af8d3..331980d5d8 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml @@ -81,6 +81,17 @@ - type: Stripping - type: SolutionScanner - type: IgnoreUIRange + - type: Sprite + overrideContainerOcclusion: true # Ghosts always show up regardless of where they're contained. + netsync: false + noRot: true + drawdepth: Ghosts + sprite: SimpleStation14/Mobs/Ghosts/ghost_admin.rsi + state: animated + color: "#888888" + layers: + - state: animated + shader: unshaded - type: entity id: ActionAGhostShowSolar diff --git a/Resources/Textures/SimpleStation14/Mobs/Ghosts/ghost_admin.rsi/animated.png b/Resources/Textures/SimpleStation14/Mobs/Ghosts/ghost_admin.rsi/animated.png new file mode 100644 index 0000000000..4332192a91 Binary files /dev/null and b/Resources/Textures/SimpleStation14/Mobs/Ghosts/ghost_admin.rsi/animated.png differ diff --git a/Resources/Textures/SimpleStation14/Mobs/Ghosts/ghost_admin.rsi/icon.png b/Resources/Textures/SimpleStation14/Mobs/Ghosts/ghost_admin.rsi/icon.png new file mode 100644 index 0000000000..4332192a91 Binary files /dev/null and b/Resources/Textures/SimpleStation14/Mobs/Ghosts/ghost_admin.rsi/icon.png differ diff --git a/Resources/Textures/SimpleStation14/Mobs/Ghosts/ghost_admin.rsi/meta.json b/Resources/Textures/SimpleStation14/Mobs/Ghosts/ghost_admin.rsi/meta.json new file mode 100644 index 0000000000..d68216960a --- /dev/null +++ b/Resources/Textures/SimpleStation14/Mobs/Ghosts/ghost_admin.rsi/meta.json @@ -0,0 +1,21 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Made by Zook", + "states": [ + { + "name": "animated", + "directions": 4, + "delays": [[], [], [], []] + }, + { + "name": "icon", + "directions": 4, + "delays": [[], [], [], []] + } + ] +}