Revert "Kobold/monkey AI holograms (#38888)"

This reverts commit 97fcebb92b.

Please check the maintainer meeting and the recording at time 41:58 for further information

https://docs.spacestation14.com/en/maintainer-meetings/maintainer-meeting-2025-07-19.html
This commit is contained in:
Vasilis The Pikachu
2025-07-20 17:13:59 +02:00
parent efa52aecf2
commit 752f44945b
5 changed files with 2 additions and 30 deletions

View File

@@ -43,6 +43,4 @@ station-ai-hologram-female = Female appearance
station-ai-hologram-male = Male appearance
station-ai-hologram-face = Disembodied head
station-ai-hologram-cat = Cat form
station-ai-hologram-dog = Corgi form
station-ai-hologram-kobold = Kobold form
station-ai-hologram-monkey = Monkey form
station-ai-hologram-dog = Corgi form

View File

@@ -22,8 +22,6 @@
- StationAiHologramFace
- StationAiHologramCat
- StationAiHologramDog
- StationAiHologramKobold
- StationAiHologramMonkey
# Iconography
- type: stationAiCustomization
@@ -163,21 +161,3 @@
Hologram:
sprite: Mobs/Silicon/holograms.rsi
state: ai_dog
- type: stationAiCustomization
id: StationAiHologramKobold
name: station-ai-hologram-kobold
previewKey: Hologram
layerData:
Hologram:
sprite: Mobs/Silicon/holograms.rsi
state: ai_kobold
- type: stationAiCustomization
id: StationAiHologramMonkey
name: station-ai-hologram-monkey
previewKey: Hologram
layerData:
Hologram:
sprite: Mobs/Silicon/holograms.rsi
state: ai_monkey

Binary file not shown.

Before

Width:  |  Height:  |  Size: 869 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 593 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from vgstation at https://github.com/vgstation-coders/vgstation13/blob/e2923df112df8aa025846d0764697bad6506586a/icons/mob/AI.dmi - modified by chromiumboy. Kobold/monkey sprites taken from SS14 Wizard's Den at https://github.com/space-wizards/space-station-14/tree/f574990b11db5936de3635a4273d5eb26217882e/Resources/Textures/Mobs/Animals, modified by Hitlinemoss",
"copyright": "Taken from vgstation at https://github.com/vgstation-coders/vgstation13/blob/e2923df112df8aa025846d0764697bad6506586a/icons/mob/AI.dmi - modified by chromiumboy.",
"size": {
"x": 32,
"y": 32
@@ -33,12 +33,6 @@
},
{
"name": "ai_dog"
},
{
"name": "ai_kobold"
},
{
"name": "ai_monkey"
}
]
}