Split mining.dmi (#69442)

* split mining.dm

* Remove a pair of unused icons

* From merge conflict

Co-authored-by: tattle <article.disaster@gmail.com>
This commit is contained in:
tattle
2022-08-25 14:13:14 -07:00
committed by GitHub
parent 0c4b65ecb3
commit 7aac506aa0
9 changed files with 6 additions and 6 deletions
@@ -240,7 +240,7 @@ GLOBAL_LIST_INIT(sinew_recipes, list ( \
/obj/item/stack/sheet/animalhide/goliath_hide
name = "goliath hide plates"
desc = "Pieces of a goliath's rocky hide, these might be able to make your suit a bit more durable to attack from the local fauna."
icon = 'icons/obj/mining.dmi'
icon = 'icons/obj/stack_objects.dmi'
icon_state = "goliath_hide"
singular_name = "hide plate"
max_amount = 6
@@ -260,7 +260,7 @@ GLOBAL_LIST_INIT(sinew_recipes, list ( \
/obj/item/stack/sheet/animalhide/ashdrake
name = "ash drake hide"
desc = "The strong, scaled hide of an ash drake."
icon = 'icons/obj/mining.dmi'
icon = 'icons/obj/stack_objects.dmi'
icon_state = "dragon_hide"
singular_name = "drake plate"
max_amount = 10
@@ -437,7 +437,7 @@ GLOBAL_LIST_INIT(abductor_recipes, list ( \
/obj/item/stack/sheet/mineral/coal
name = "coal"
desc = "Someone's gotten on the naughty list."
icon = 'icons/obj/mining.dmi'
icon = 'icons/obj/ore.dmi'
icon_state = "slag"
singular_name = "coal lump"
merge_type = /obj/item/stack/sheet/mineral/coal
@@ -692,7 +692,7 @@ GLOBAL_LIST_INIT(bronze_recipes, list ( \
*/
/obj/item/stack/sheet/bone
name = "bones"
icon = 'icons/obj/mining.dmi'
icon = 'icons/obj/stack_objects.dmi'
icon_state = "bone"
inhand_icon_state = "sheet-bone"
mats_per_unit = list(/datum/material/bone = MINERAL_MATERIAL_AMOUNT)
@@ -141,7 +141,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/warning/radiation/rad_area, 32)
name = "\improper DANGEROUS ALIEN LIFE sign"
sign_change_name = "Warning - Xenos"
desc = "A sign that warns would-be travellers of hostile alien life in the vicinity."
icon = 'icons/obj/mining.dmi'
icon = 'icons/obj/signs.dmi'
icon_state = "xeno_warning"
is_editable = TRUE
+1 -1
View File
@@ -9,7 +9,7 @@
/obj/item/stack/ore
name = "rock"
icon = 'icons/obj/mining.dmi'
icon = 'icons/obj/ore.dmi'
icon_state = "ore"
inhand_icon_state = "ore"
full_w_class = WEIGHT_CLASS_BULKY
Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 58 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 54 KiB