mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +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
|
||||
name = "ore chunk"
|
||||
desc = "A conglomerate of ore."
|
||||
icon = 'icons/obj/xenoarchaeology.dmi' //CHOMPEdit
|
||||
icon_state = "strange"
|
||||
icon = 'icons/obj/mining_ore_vr.dmi'
|
||||
icon_state = "ore2"
|
||||
randpixel = 8
|
||||
w_class = ITEMSIZE_LARGE //CHOMPEdit
|
||||
var/list/stored_ore = list(
|
||||
|
||||
Reference in New Issue
Block a user