mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 23:51:17 +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:
@@ -200,7 +200,7 @@
|
||||
/obj/item/pickaxe/drill
|
||||
name = "mining drill" // Can dig sand as well!
|
||||
desc = "Yours is the drill that will pierce through the rock walls."
|
||||
icon = 'icons/obj/item/tools/drills.dmi'
|
||||
icon = 'icons/obj/item/drills.dmi'
|
||||
icon_state = "miningdrill"
|
||||
item_state = "miningdrill"
|
||||
contained_sprite = TRUE
|
||||
@@ -221,8 +221,8 @@
|
||||
/obj/item/pickaxe/drill/weak
|
||||
name = "shaft drill"
|
||||
desc = "Baby's first mining drill. Slow, but reliable."
|
||||
icon_state = "babydrill"
|
||||
item_state = "babydrill"
|
||||
icon_state = "drill"
|
||||
item_state = "drill"
|
||||
digspeed = 5
|
||||
digspeed_unwielded = 10
|
||||
excavation_amount = 80
|
||||
@@ -231,7 +231,7 @@
|
||||
/obj/item/pickaxe/jackhammer
|
||||
name = "sonic jackhammer"
|
||||
desc = "Cracks rocks with sonic blasts, perfect for killing cave lizards."
|
||||
icon = 'icons/obj/item/tools/drills.dmi'
|
||||
icon = 'icons/obj/item/drills.dmi'
|
||||
icon_state = "jackhammer"
|
||||
item_state = "jackhammer"
|
||||
contained_sprite = TRUE
|
||||
@@ -275,7 +275,7 @@
|
||||
|
||||
/obj/item/pickaxe/diamonddrill //When people ask about the badass leader of the mining tools, they are talking about ME!
|
||||
name = "diamond mining drill"
|
||||
icon = 'icons/obj/item/tools/drills.dmi'
|
||||
icon = 'icons/obj/item/drills.dmi'
|
||||
icon_state = "diamonddrill"
|
||||
item_state = "diamonddrill"
|
||||
contained_sprite = TRUE
|
||||
@@ -296,7 +296,7 @@
|
||||
|
||||
/obj/item/pickaxe/borgdrill
|
||||
name = "cyborg mining drill"
|
||||
icon = 'icons/obj/item/tools/drills.dmi'
|
||||
icon = 'icons/obj/item/drills.dmi'
|
||||
icon_state = "diamonddrill"
|
||||
item_state = "jackhammer"
|
||||
contained_sprite = TRUE
|
||||
@@ -616,7 +616,7 @@
|
||||
/obj/item/ore_radar
|
||||
name = "scanner pad"
|
||||
desc = "An antiquated device that can detect ore in a wide radius around the user."
|
||||
icon = 'icons/obj/device.dmi'
|
||||
icon = 'icons/obj/item/pinpointer.dmi'
|
||||
icon_state = "pinoff"
|
||||
obj_flags = OBJ_FLAG_CONDUCTABLE
|
||||
slot_flags = SLOT_BELT
|
||||
@@ -1166,7 +1166,7 @@ var/list/total_extraction_beacons = list()
|
||||
/obj/item/autochisel
|
||||
name = "auto-chisel"
|
||||
desc = "With an integrated AI chip and hair-trigger precision, this baby makes sculpting almost automatic!"
|
||||
icon = 'icons/obj/item/tools/drills.dmi'
|
||||
icon = 'icons/obj/item/drills.dmi'
|
||||
icon_state = "chisel"
|
||||
item_state = "jackhammer"
|
||||
contained_sprite = TRUE
|
||||
|
||||
Reference in New Issue
Block a user