From: Hannah Giovanna Dawson Date: Tue, 15 Jul 2025 10:52:05 +0000 (+0100) Subject: Remove the Qur'an (#39000) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=1d4c94556143cc60d70de2c41ef8e48250b9d1a7;p=space-station-14.git Remove the Qur'an (#39000) --- diff --git a/Resources/Prototypes/Entities/Objects/Specific/Chapel/bibles.yml b/Resources/Prototypes/Entities/Objects/Specific/Chapel/bibles.yml index 61793ee6b6..18995446b1 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Chapel/bibles.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Chapel/bibles.yml @@ -106,17 +106,6 @@ - type: Item sprite: Objects/Specific/Chapel/tanakh.rsi -- type: entity - parent: Bible - name: quran - description: "Prayer carpet not included" - id: BibleQuran - components: - - type: Sprite - sprite: Objects/Specific/Chapel/quran.rsi - - type: Item - sprite: Objects/Specific/Chapel/quran.rsi - - type: entity parent: Bible name: druidic tablet diff --git a/Resources/Prototypes/Loadouts/Jobs/Civilian/chaplain.yml b/Resources/Prototypes/Loadouts/Jobs/Civilian/chaplain.yml index bccb46f078..eb252a0c43 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Civilian/chaplain.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Civilian/chaplain.yml @@ -103,12 +103,6 @@ back: - BibleSatanic -- type: loadout - id: BibleQuran - storage: - back: - - BibleQuran - - type: loadout id: BibleTanakh storage: diff --git a/Resources/Prototypes/Loadouts/loadout_groups.yml b/Resources/Prototypes/Loadouts/loadout_groups.yml index 0f14d6d818..32f73bbf83 100644 --- a/Resources/Prototypes/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/loadout_groups.yml @@ -377,7 +377,6 @@ - Bible - BibleDruid - BibleNanoTrasen - - BibleQuran - BibleSatanic - BibleTanakh diff --git a/Resources/Textures/Objects/Specific/Chapel/quran.rsi/icon.png b/Resources/Textures/Objects/Specific/Chapel/quran.rsi/icon.png deleted file mode 100644 index 0c710e8850..0000000000 Binary files a/Resources/Textures/Objects/Specific/Chapel/quran.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/Objects/Specific/Chapel/quran.rsi/inhand-left.png b/Resources/Textures/Objects/Specific/Chapel/quran.rsi/inhand-left.png deleted file mode 100644 index f5c0eca315..0000000000 Binary files a/Resources/Textures/Objects/Specific/Chapel/quran.rsi/inhand-left.png and /dev/null differ diff --git a/Resources/Textures/Objects/Specific/Chapel/quran.rsi/inhand-right.png b/Resources/Textures/Objects/Specific/Chapel/quran.rsi/inhand-right.png deleted file mode 100644 index bc8b034185..0000000000 Binary files a/Resources/Textures/Objects/Specific/Chapel/quran.rsi/inhand-right.png and /dev/null differ diff --git a/Resources/Textures/Objects/Specific/Chapel/quran.rsi/meta.json b/Resources/Textures/Objects/Specific/Chapel/quran.rsi/meta.json deleted file mode 100644 index 64d37670f1..0000000000 --- a/Resources/Textures/Objects/Specific/Chapel/quran.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a, modified by Terraspark4941", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] -}