diff --git a/Tannhauser_Gate_Modules/master_files/readme.md b/modular_tannhauser/master_files/readme.md similarity index 100% rename from Tannhauser_Gate_Modules/master_files/readme.md rename to modular_tannhauser/master_files/readme.md diff --git a/Tannhauser_Gate_Modules/modules/AILaw/ai_law.dm b/modular_tannhauser/modules/AILaw/ai_law.dm similarity index 100% rename from Tannhauser_Gate_Modules/modules/AILaw/ai_law.dm rename to modular_tannhauser/modules/AILaw/ai_law.dm diff --git a/Tannhauser_Gate_Modules/modules/Bestiary/art/mob/possum.dmi b/modular_tannhauser/modules/Bestiary/art/mob/possum.dmi similarity index 100% rename from Tannhauser_Gate_Modules/modules/Bestiary/art/mob/possum.dmi rename to modular_tannhauser/modules/Bestiary/art/mob/possum.dmi diff --git a/Tannhauser_Gate_Modules/modules/Bestiary/art/mob/red_panda.dmi b/modular_tannhauser/modules/Bestiary/art/mob/red_panda.dmi similarity index 100% rename from Tannhauser_Gate_Modules/modules/Bestiary/art/mob/red_panda.dmi rename to modular_tannhauser/modules/Bestiary/art/mob/red_panda.dmi diff --git a/Tannhauser_Gate_Modules/modules/Bestiary/code/panda.dm b/modular_tannhauser/modules/Bestiary/code/panda.dm similarity index 93% rename from Tannhauser_Gate_Modules/modules/Bestiary/code/panda.dm rename to modular_tannhauser/modules/Bestiary/code/panda.dm index 112a2c04c9fb2f..82f7225e1aa45b 100644 --- a/Tannhauser_Gate_Modules/modules/Bestiary/code/panda.dm +++ b/modular_tannhauser/modules/Bestiary/code/panda.dm @@ -1,7 +1,7 @@ /mob/living/simple_animal/pet/redpanda name = "Red panda" desc = "Wah't a dork." - icon = 'Tannhauser_Gate_Modules/modules/Bestiary/art/mob/red_panda.dmi' + icon = 'modular_tannhauser/modules/Bestiary/art/mob/red_panda.dmi' icon_state = "red_panda" icon_living = "red_panda" icon_dead = "dead_panda" diff --git a/Tannhauser_Gate_Modules/modules/Bestiary/code/possum.dm b/modular_tannhauser/modules/Bestiary/code/possum.dm similarity index 95% rename from Tannhauser_Gate_Modules/modules/Bestiary/code/possum.dm rename to modular_tannhauser/modules/Bestiary/code/possum.dm index d8802391d8b18a..449de2402c2e31 100644 --- a/Tannhauser_Gate_Modules/modules/Bestiary/code/possum.dm +++ b/modular_tannhauser/modules/Bestiary/code/possum.dm @@ -1,7 +1,7 @@ /mob/living/simple_animal/opossum name = "opossum" desc = "It's an opossum, a small scavenging marsupial." - icon = 'Tannhauser_Gate_Modules/modules/Bestiary/art/mob/possum.dmi' + icon = 'modular_tannhauser/modules/Bestiary/art/mob/possum.dmi' icon_state = "possum" icon_living = "possum" icon_dead = "possum_dead" diff --git a/Tannhauser_Gate_Modules/modules/Bestiary/readme.md b/modular_tannhauser/modules/Bestiary/readme.md similarity index 100% rename from Tannhauser_Gate_Modules/modules/Bestiary/readme.md rename to modular_tannhauser/modules/Bestiary/readme.md diff --git a/Tannhauser_Gate_Modules/modules/DynamicRules/code/dynamics.dm b/modular_tannhauser/modules/DynamicRules/code/dynamics.dm similarity index 100% rename from Tannhauser_Gate_Modules/modules/DynamicRules/code/dynamics.dm rename to modular_tannhauser/modules/DynamicRules/code/dynamics.dm diff --git a/Tannhauser_Gate_Modules/modules/DynamicRules/readme.md b/modular_tannhauser/modules/DynamicRules/readme.md similarity index 100% rename from Tannhauser_Gate_Modules/modules/DynamicRules/readme.md rename to modular_tannhauser/modules/DynamicRules/readme.md diff --git a/modular_tannhauser/modules/ZestyStatue/art/zest.dmi b/modular_tannhauser/modules/ZestyStatue/art/zest.dmi new file mode 100644 index 00000000000000..9ebe034658fb09 Binary files /dev/null and b/modular_tannhauser/modules/ZestyStatue/art/zest.dmi differ diff --git a/Tannhauser_Gate_Modules/modules/ZestyStatue/code/zesty.dm b/modular_tannhauser/modules/ZestyStatue/code/zesty.dm similarity index 86% rename from Tannhauser_Gate_Modules/modules/ZestyStatue/code/zesty.dm rename to modular_tannhauser/modules/ZestyStatue/code/zesty.dm index f7c588bc0c3fa9..0aaaf1c4923cad 100644 --- a/Tannhauser_Gate_Modules/modules/ZestyStatue/code/zesty.dm +++ b/modular_tannhauser/modules/ZestyStatue/code/zesty.dm @@ -9,5 +9,5 @@ /obj/structure/statue/bluespace_crystal/zesty name = "Bluezest" desc = "ALL HAIL THE BLUE ZEST!!" - icon = 'Tannhauser_Gate_Modules/modules/ZestyStatue/icon/zest.dmi' + icon = 'modular_tannhauser/modules/ZestyStatue/art/zest.dmi' icon_state = "zesty" diff --git a/Tannhauser_Gate_Modules/modules/ZestyStatue/readme.md b/modular_tannhauser/modules/ZestyStatue/readme.md similarity index 100% rename from Tannhauser_Gate_Modules/modules/ZestyStatue/readme.md rename to modular_tannhauser/modules/ZestyStatue/readme.md diff --git a/Tannhauser_Gate_Modules/readme.md b/modular_tannhauser/readme.md similarity index 100% rename from Tannhauser_Gate_Modules/readme.md rename to modular_tannhauser/readme.md diff --git a/tgstation.dme b/tgstation.dme index 54b0b0beeb3fd2..ab3ccd9819d85b 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -4185,9 +4185,9 @@ #include "modular_skyrat\modules\verbs\code\modules\mob\say.dm" #include "modular_skyrat\modules\verbs\code\modules\mob\subtle.dm" #include "modular_skyrat\modules\xenomorph\code\xenomorph_balance.dm" -#include "Tannhauser_Gate_Modules\modules\AILaw\ai_law.dm" -#include "Tannhauser_Gate_Modules\modules\ZestyStatue\code\zesty.dm" -#include "Tannhauser_Gate_Modules\modules\Bestiary\code\possum.dm" -#include "Tannhauser_Gate_Modules\modules\Bestiary\code\panda.dm" -#include "Tannhauser_Gate_Modules\modules\DynamicRules\code\dynamics.dm" +#include "modular_tannhauser\modules\AILaw\ai_law.dm" +#include "modular_tannhauser\modules\ZestyStatue\code\zesty.dm" +#include "modular_tannhauser\modules\Bestiary\code\possum.dm" +#include "modular_tannhauser\modules\Bestiary\code\panda.dm" +#include "modular_tannhauser\modules\DynamicRules\code\dynamics.dm" // END_INCLUDE