From 183afc61bfa749c408ce907b0da429fc4ce03bfb Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Fri, 27 Dec 2013 11:06:20 +1030 Subject: [PATCH] Reverts corgi dress-up due to being terrible and duplicating items. --- code/game/gamemodes/events/holidays/Christmas.dm | 4 ++-- code/modules/mob/living/simple_animal/friendly/corgi.dm | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/code/game/gamemodes/events/holidays/Christmas.dm b/code/game/gamemodes/events/holidays/Christmas.dm index 2ee79e7c65..72d42318e6 100644 --- a/code/game/gamemodes/events/holidays/Christmas.dm +++ b/code/game/gamemodes/events/holidays/Christmas.dm @@ -4,8 +4,8 @@ for(var/turf/simulated/floor/T in orange(1,xmas)) for(var/i=1,i<=rand(1,5),i++) new /obj/item/weapon/a_gift(T) - for(var/mob/living/simple_animal/corgi/Ian/Ian in mob_list) - Ian.place_on_head(new /obj/item/clothing/head/helmet/space/santahat(Ian)) + //for(var/mob/living/simple_animal/corgi/Ian/Ian in mob_list) + // Ian.place_on_head(new /obj/item/clothing/head/helmet/space/santahat(Ian)) /proc/ChristmasEvent() for(var/obj/structure/flora/tree/pine/xmas in world) diff --git a/code/modules/mob/living/simple_animal/friendly/corgi.dm b/code/modules/mob/living/simple_animal/friendly/corgi.dm index 0141d9c5c1..8c98daaa87 100644 --- a/code/modules/mob/living/simple_animal/friendly/corgi.dm +++ b/code/modules/mob/living/simple_animal/friendly/corgi.dm @@ -22,6 +22,7 @@ var/obj/item/inventory_back var/facehugger +/* /mob/living/simple_animal/corgi/Life() ..() regenerate_icons() @@ -253,6 +254,7 @@ if(/obj/item/clothing/head/soft) name = "Corgi Tech [real_name]" desc = "The reason your yellow gloves have chew-marks." +*/ //IAN! SQUEEEEEEEEE~