mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
[MIRROR] Icon Fixup [IDB IGNORE] (#11451)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
fc66353d11
commit
bb70ca1093
@@ -5,7 +5,7 @@
|
||||
|
||||
/*********************Mining Hammer****************/
|
||||
/obj/item/kinetic_crusher
|
||||
icon = 'icons/obj/mining_vr.dmi'
|
||||
icon = 'icons/obj/mining.dmi'
|
||||
icon_state = "crusher"
|
||||
item_state = "crusher0"
|
||||
item_icons = list(
|
||||
|
||||
@@ -172,7 +172,7 @@
|
||||
/obj/item/ore_chunk
|
||||
name = "ore chunk"
|
||||
desc = "A conglomerate of ore."
|
||||
icon = 'icons/obj/mining_ore_vr.dmi'
|
||||
icon = 'icons/obj/mining_ore.dmi'
|
||||
icon_state = "ore2"
|
||||
randpixel = 8
|
||||
w_class = ITEMSIZE_LARGE //CHOMPEdit
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
/obj/item/ore/rutile
|
||||
name = "rutile"
|
||||
icon = 'icons/obj/mining_vr.dmi'
|
||||
icon_state = "ore_rutile"
|
||||
origin_tech = list(TECH_MATERIAL = 2)
|
||||
material = "rutile"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
/obj/item/resonator
|
||||
name = "resonator"
|
||||
icon = 'icons/obj/mining_vr.dmi'
|
||||
icon = 'icons/obj/mining.dmi'
|
||||
icon_state = "resonator"
|
||||
item_state = "resonator"
|
||||
item_icons = list(
|
||||
|
||||
Reference in New Issue
Block a user