From a04bd9a754706178fdf1908c264fed982e1e1ab0 Mon Sep 17 00:00:00 2001 From: KaiserMaus Date: Thu, 19 Feb 2026 12:46:33 +0000 Subject: [PATCH] Linter (#210) --- Resources/Prototypes/Guidebook/species.yml | 4 ++++ .../ServerInfo/Guidebook/{ => _Sunrise}/Mobs/Kitsune.xml | 0 2 files changed, 4 insertions(+) rename Resources/ServerInfo/Guidebook/{ => _Sunrise}/Mobs/Kitsune.xml (100%) diff --git a/Resources/Prototypes/Guidebook/species.yml b/Resources/Prototypes/Guidebook/species.yml index cb7adb3fae..af17fdf845 100644 --- a/Resources/Prototypes/Guidebook/species.yml +++ b/Resources/Prototypes/Guidebook/species.yml @@ -108,4 +108,8 @@ name: species-name-felinid text: "/ServerInfo/Guidebook/_Sunrise/Mobs/Felinid.xml" +- type: guideEntry + id: Kitsune + name: species-name-kitsune + text: "/ServerInfo/Guidebook/_Sunrise/Mobs/Kitsune.xml" # Sunrise-End diff --git a/Resources/ServerInfo/Guidebook/Mobs/Kitsune.xml b/Resources/ServerInfo/Guidebook/_Sunrise/Mobs/Kitsune.xml similarity index 100% rename from Resources/ServerInfo/Guidebook/Mobs/Kitsune.xml rename to Resources/ServerInfo/Guidebook/_Sunrise/Mobs/Kitsune.xml