Skip to content

Commit

Permalink
everything compiles runs and refernces
Browse files Browse the repository at this point in the history
fuck you CI
  • Loading branch information
ORCACommander committed Apr 11, 2021
1 parent 08b8968 commit d30e981
Show file tree
Hide file tree
Showing 14 changed files with 8 additions and 8 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
File renamed without changes.
10 changes: 5 additions & 5 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d30e981

Please sign in to comment.