From 4b247c48d4dedb888f80583f5dcab6856f6e7e3a Mon Sep 17 00:00:00 2001 From: BlackMajor Date: Fri, 10 Dec 2021 16:07:53 +1300 Subject: [PATCH] fix a couple of missing icons --- .../living/simple_mob/subtypes/animal/space/mouse_army_ch.dm | 4 ++-- .../living/simple_mob/subtypes/occult/constructs/artificer.dm | 2 +- code/modules/projectiles/guns/projectile/shotgun_ch.dm | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/mob/living/simple_mob/subtypes/animal/space/mouse_army_ch.dm b/code/modules/mob/living/simple_mob/subtypes/animal/space/mouse_army_ch.dm index c05272c255..dd53297db5 100644 --- a/code/modules/mob/living/simple_mob/subtypes/animal/space/mouse_army_ch.dm +++ b/code/modules/mob/living/simple_mob/subtypes/animal/space/mouse_army_ch.dm @@ -3,7 +3,7 @@ real_name = "mouse" desc = "It's a small militarized rodent." tt_desc = "E Mus musculus" - icon = 'icons/mob/animal.dmi' + icon = 'icons/mob/animal_ch.dmi' icon_state = "mouse_gray" item_state = "mouse_gray" icon_living = "mouse_gray" @@ -362,7 +362,7 @@ name = "\improper Whisker Tank" desc = "A shockingly functional, miniaturized tank. Its inventor is unknown, but widely reviled." catalogue_data = list(/datum/category_item/catalogue/technology/mouse_tank) - icon = 'icons/mecha/micro.dmi' + icon = 'icons/mecha/animal_ch.dmi' icon_state = "whisker" wreckage = /obj/structure/loot_pile/mecha/mouse_tank faction = "mouse_army" diff --git a/code/modules/mob/living/simple_mob/subtypes/occult/constructs/artificer.dm b/code/modules/mob/living/simple_mob/subtypes/occult/constructs/artificer.dm index ce95a577a0..3e274eeb01 100644 --- a/code/modules/mob/living/simple_mob/subtypes/occult/constructs/artificer.dm +++ b/code/modules/mob/living/simple_mob/subtypes/occult/constructs/artificer.dm @@ -7,7 +7,7 @@ real_name = "Artificer" construct_type = "artificer" desc = "A bulbous construct dedicated to building and maintaining temples to their otherworldly lords." - icon = 'icons/mob/mob.dmi' + //icon = 'icons/mob/mob.dmi' //CHOMPEdit icon_state = "artificer" icon_living = "artificer" maxHealth = 100 //CHOMPEdit - Adjusting values since they have AI now diff --git a/code/modules/projectiles/guns/projectile/shotgun_ch.dm b/code/modules/projectiles/guns/projectile/shotgun_ch.dm index 33985fe1ee..7322a03a49 100644 --- a/code/modules/projectiles/guns/projectile/shotgun_ch.dm +++ b/code/modules/projectiles/guns/projectile/shotgun_ch.dm @@ -26,6 +26,6 @@ icon_state = "shotpistol" accuracy = 40 -/obj/item/weapon/gun/projectile/shotgun/doublebarrel/sawn/alt/holy // A Special Skin for the sawn off,makes it look like the sawn off from Blood. +/obj/item/weapon/gun/projectile/shotgun/doublebarrel/sawn/alt/holy ammo_type = /obj/item/ammo_casing/a12g/silver holy = 1 \ No newline at end of file