mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
The Great Device Resprite and Contained Sprite-ening (#20344)
Don't let the large file size scare you, it's just mostly splitting stuff into contained sprites and putting them in the correct place. Anyway, resprites most non-resprited devices in devices.dmi, and puts them in contained sprites. Also puts any related /obj/item/device into contained sprites too. That's basically the long and short of it.
This commit is contained in:
@@ -219,7 +219,7 @@
|
||||
/obj/item/weldingtool
|
||||
name = "welding tool"
|
||||
desc = "A welding tool with a built-in fuel tank, designed for welding and cutting metal."
|
||||
icon = 'icons/obj/item/tools/welding_tools.dmi'
|
||||
icon = 'icons/obj/item/welding_tools.dmi'
|
||||
icon_state = "welder"
|
||||
item_state = "welder"
|
||||
var/welding_state = "welding_sparks"
|
||||
@@ -662,7 +662,7 @@
|
||||
name = "experimental eyeshield"
|
||||
desc = "An advanced eyeshield capable of dampening the welding glare produced when working on modern super-materials, removing the need for user-worn welding gear."
|
||||
desc_info = "This can be attached to an experimental welder to give it welding protection, removing the need for welding goggles or masks."
|
||||
icon = 'icons/obj/item/tools/welding_tools.dmi'
|
||||
icon = 'icons/obj/item/welding_tools.dmi'
|
||||
icon_state = "eyeshield"
|
||||
item_state = "eyeshield"
|
||||
contained_sprite = TRUE
|
||||
@@ -671,7 +671,7 @@
|
||||
name = "experimental overcapacitor"
|
||||
desc = "An advanced capacitor that injects a current into the welding stream, doubling the speed of welding tasks without sacrificing quality. Excess current burns up welding fuel, reducing fuel efficiency, however."
|
||||
desc_info = "This can be attached to an experimental welder to double the speed it works at, at the cost of tripling the fuel cost of using it."
|
||||
icon = 'icons/obj/item/tools/welding_tools.dmi'
|
||||
icon = 'icons/obj/item/welding_tools.dmi'
|
||||
icon_state = "overcap"
|
||||
item_state = "overcap"
|
||||
contained_sprite = TRUE
|
||||
@@ -750,7 +750,7 @@
|
||||
/obj/item/crowbar/hydraulic_rescue_tool
|
||||
name = "Hydraulic rescue tool"
|
||||
desc = "A hydraulic rescue tool that functions like a crowbar by applying strong amounts of hydraulic pressure to force open different things. Also known as jaws of life."
|
||||
icon = 'icons/obj/item/tools/hydraulic_rescue_tool.dmi'
|
||||
icon = 'icons/obj/item/hydraulic_rescue_tool.dmi'
|
||||
icon_state = "jawspry"
|
||||
force = 15
|
||||
throwforce = 1
|
||||
@@ -870,7 +870,7 @@
|
||||
/obj/item/powerdrill
|
||||
name = "impact wrench"
|
||||
desc = "The screwdriver's big brother."
|
||||
icon = 'icons/obj/item/tools/impact_wrench.dmi'
|
||||
icon = 'icons/obj/item/impact_wrench.dmi'
|
||||
icon_state = "impact_wrench-screw"
|
||||
item_state = "impact_wrench"
|
||||
contained_sprite = TRUE
|
||||
|
||||
Reference in New Issue
Block a user