From c6af6f56f3b06dab6cd2d1a3b35c9a73b4238aa3 Mon Sep 17 00:00:00 2001 From: lass9030 Date: Fri, 9 Nov 2018 15:21:45 +0100 Subject: [PATCH] sheet hand icons from existing sprites --- code/game/objects/items/stacks/sheets/glass.dm | 6 ++++-- code/game/objects/items/stacks/sheets/mineral.dm | 2 ++ code/game/objects/items/stacks/sheets/sheet_types.dm | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/stacks/sheets/glass.dm b/code/game/objects/items/stacks/sheets/glass.dm index 5f9b7781f22..dfb756d8c25 100644 --- a/code/game/objects/items/stacks/sheets/glass.dm +++ b/code/game/objects/items/stacks/sheets/glass.dm @@ -108,6 +108,7 @@ GLOBAL_LIST_INIT(pglass_recipes, list ( \ desc = "A very strong and very resistant sheet of a plasma-glass alloy." singular_name = "glass sheet" icon_state = "sheet-plasmaglass" + item_state = "sheet-rglass" materials = list(MAT_GLASS=MINERAL_MATERIAL_AMOUNT*2) origin_tech = "plasmatech=2;materials=2" created_window = /obj/structure/window/plasmabasic @@ -147,6 +148,7 @@ GLOBAL_LIST_INIT(prglass_recipes, list ( \ desc = "Plasma glass which seems to have rods or something stuck in them." singular_name = "reinforced plasma glass sheet" icon_state = "sheet-plasmarglass" + item_state = "sheet-rglass" materials = list(MAT_METAL=MINERAL_MATERIAL_AMOUNT/2, MAT_GLASS=MINERAL_MATERIAL_AMOUNT*2) origin_tech = "plasmatech=2;materials=2" created_window = /obj/structure/window/plasmareinforced @@ -166,7 +168,7 @@ GLOBAL_LIST_INIT(titaniumglass_recipes, list( desc = "A glass sheet made out of a titanium-silicate alloy." singular_name = "titanium glass sheet" icon_state = "sheet-titaniumglass" - item_state = "sheet-titaniumglass" + item_state = "sheet-rglass" materials = list(MAT_TITANIUM=MINERAL_MATERIAL_AMOUNT, MAT_GLASS=MINERAL_MATERIAL_AMOUNT) merge_type = /obj/item/stack/sheet/titaniumglass full_window = /obj/structure/window/full/shuttle @@ -184,7 +186,7 @@ GLOBAL_LIST_INIT(plastitaniumglass_recipes, list( desc = "A glass sheet made out of a plasma-titanium-silicate alloy." singular_name = "plastitanium glass sheet" icon_state = "sheet-plastitaniumglass" - item_state = "sheet-plastitaniumglass" + item_state = "sheet-rglass" materials = list(MAT_TITANIUM=MINERAL_MATERIAL_AMOUNT, MAT_PLASMA=MINERAL_MATERIAL_AMOUNT, MAT_GLASS=MINERAL_MATERIAL_AMOUNT) merge_type = /obj/item/stack/sheet/plastitaniumglass full_window = /obj/structure/window/plastitanium diff --git a/code/game/objects/items/stacks/sheets/mineral.dm b/code/game/objects/items/stacks/sheets/mineral.dm index a66b3e52fdc..5c6038e46c2 100644 --- a/code/game/objects/items/stacks/sheets/mineral.dm +++ b/code/game/objects/items/stacks/sheets/mineral.dm @@ -232,6 +232,7 @@ var/global/list/datum/stack_recipe/abductor_recipes = list ( \ /obj/item/stack/sheet/mineral/titanium name = "titanium" icon_state = "sheet-titanium" + item_state = "sheet-metal" singular_name = "titanium sheet" force = 5 throwforce = 5 @@ -260,6 +261,7 @@ var/global/list/datum/stack_recipe/titanium_recipes = list ( /obj/item/stack/sheet/mineral/plastitanium name = "plastitanium" icon_state = "sheet-plastitanium" + item_state = "sheet-metal" singular_name = "plastitanium sheet" force = 5 throwforce = 5 diff --git a/code/game/objects/items/stacks/sheets/sheet_types.dm b/code/game/objects/items/stacks/sheets/sheet_types.dm index 3ab43d0793a..ff231bf30db 100644 --- a/code/game/objects/items/stacks/sheets/sheet_types.dm +++ b/code/game/objects/items/stacks/sheets/sheet_types.dm @@ -282,6 +282,7 @@ var/global/list/datum/stack_recipe/cult = list ( \ desc = "Sheets of cold metal with shifting inscriptions writ upon them." singular_name = "runed metal sheet" icon_state = "sheet-runed" + item_state = "sheet-metal" sheettype = "runed" merge_type = /obj/item/stack/sheet/runed_metal