mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
[MIRROR] fix use of nonexisteing icon state (#9772)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
55bedc6024
commit
052034eb7b
@@ -174,8 +174,8 @@
|
|||||||
/obj/item/ore_chunk
|
/obj/item/ore_chunk
|
||||||
name = "ore chunk"
|
name = "ore chunk"
|
||||||
desc = "A conglomerate of ore."
|
desc = "A conglomerate of ore."
|
||||||
icon = 'icons/obj/xenoarchaeology.dmi' //CHOMPEdit
|
icon = 'icons/obj/mining_ore_vr.dmi'
|
||||||
icon_state = "strange"
|
icon_state = "ore2"
|
||||||
randpixel = 8
|
randpixel = 8
|
||||||
w_class = ITEMSIZE_LARGE //CHOMPEdit
|
w_class = ITEMSIZE_LARGE //CHOMPEdit
|
||||||
var/list/stored_ore = list(
|
var/list/stored_ore = list(
|
||||||
|
|||||||
Reference in New Issue
Block a user