mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
fix a couple of missing icons
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
real_name = "mouse"
|
real_name = "mouse"
|
||||||
desc = "It's a small militarized rodent."
|
desc = "It's a small militarized rodent."
|
||||||
tt_desc = "E Mus musculus"
|
tt_desc = "E Mus musculus"
|
||||||
icon = 'icons/mob/animal.dmi'
|
icon = 'icons/mob/animal_ch.dmi'
|
||||||
icon_state = "mouse_gray"
|
icon_state = "mouse_gray"
|
||||||
item_state = "mouse_gray"
|
item_state = "mouse_gray"
|
||||||
icon_living = "mouse_gray"
|
icon_living = "mouse_gray"
|
||||||
@@ -362,7 +362,7 @@
|
|||||||
name = "\improper Whisker Tank"
|
name = "\improper Whisker Tank"
|
||||||
desc = "A shockingly functional, miniaturized tank. Its inventor is unknown, but widely reviled."
|
desc = "A shockingly functional, miniaturized tank. Its inventor is unknown, but widely reviled."
|
||||||
catalogue_data = list(/datum/category_item/catalogue/technology/mouse_tank)
|
catalogue_data = list(/datum/category_item/catalogue/technology/mouse_tank)
|
||||||
icon = 'icons/mecha/micro.dmi'
|
icon = 'icons/mecha/animal_ch.dmi'
|
||||||
icon_state = "whisker"
|
icon_state = "whisker"
|
||||||
wreckage = /obj/structure/loot_pile/mecha/mouse_tank
|
wreckage = /obj/structure/loot_pile/mecha/mouse_tank
|
||||||
faction = "mouse_army"
|
faction = "mouse_army"
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
real_name = "Artificer"
|
real_name = "Artificer"
|
||||||
construct_type = "artificer"
|
construct_type = "artificer"
|
||||||
desc = "A bulbous construct dedicated to building and maintaining temples to their otherworldly lords."
|
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_state = "artificer"
|
||||||
icon_living = "artificer"
|
icon_living = "artificer"
|
||||||
maxHealth = 100 //CHOMPEdit - Adjusting values since they have AI now
|
maxHealth = 100 //CHOMPEdit - Adjusting values since they have AI now
|
||||||
|
|||||||
@@ -26,6 +26,6 @@
|
|||||||
icon_state = "shotpistol"
|
icon_state = "shotpistol"
|
||||||
accuracy = 40
|
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
|
ammo_type = /obj/item/ammo_casing/a12g/silver
|
||||||
holy = 1
|
holy = 1
|
||||||
Reference in New Issue
Block a user