From 7cc2d242ac41ad657cdcf08360bbd4aa328dd2ae Mon Sep 17 00:00:00 2001 From: KorPhaeron Date: Thu, 28 Apr 2016 04:13:26 -0500 Subject: [PATCH] Path typo fix --- .../mob/living/simple_animal/hostile/megafauna/dragon.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/megafauna/dragon.dm b/code/modules/mob/living/simple_animal/hostile/megafauna/dragon.dm index 8e318135b53..32e3e44c6a4 100644 --- a/code/modules/mob/living/simple_animal/hostile/megafauna/dragon.dm +++ b/code/modules/mob/living/simple_animal/hostile/megafauna/dragon.dm @@ -308,7 +308,7 @@ /obj/structure/closet/crate/necropolis/dragon name = "dragon chest" -/obj/structure/closet/crate/dragon/tendril/New() +/obj/structure/closet/crate/dragon/New() ..() var/loot = rand(1,4) switch(loot)