Merge pull request #49830 from Bokkiewokkie/It's-spriting-time-again

Adds tons of sheet inhands and makes them be obstructed by your body when facing north.
This commit is contained in:
ShizCalev
2020-03-10 01:16:03 -04:00
committed by GitHub
3 changed files with 4 additions and 1 deletions
@@ -156,7 +156,7 @@ GLOBAL_LIST_INIT(plasteel_recipes, list ( \
singular_name = "plasteel sheet"
desc = "This sheet is an alloy of iron and plasma."
icon_state = "sheet-plasteel"
item_state = "sheet-metal"
item_state = "sheet-plasteel"
custom_materials = list(/datum/material/iron=MINERAL_MATERIAL_AMOUNT, /datum/material/plasma=MINERAL_MATERIAL_AMOUNT)
throwforce = 10
flags_1 = CONDUCT_1
@@ -543,7 +543,10 @@ GLOBAL_LIST_INIT(bronze_recipes, list ( \
icon_state = "sheet-brass"
item_state = "sheet-brass"
icon = 'icons/obj/stack_objects.dmi'
lefthand_file = 'icons/mob/inhands/misc/sheets_lefthand.dmi'
righthand_file = 'icons/mob/inhands/misc/sheets_righthand.dmi'
resistance_flags = FIRE_PROOF | ACID_PROOF
force = 5
throwforce = 10
max_amount = 50
throw_speed = 1