mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
fixes some of the issues of the createanddestroy unit test (#7648)
* send help * polychromic createanddestroy fix
This commit is contained in:
@@ -201,7 +201,7 @@
|
||||
/obj/item/crowbar/cyborg//SKYRAT EDIT - ICON OVERRIDEN BY AESTHETICS - SEE MODULE
|
||||
name = "hydraulic crowbar"
|
||||
desc = "A hydraulic prying tool, simple but powerful."
|
||||
icon = 'icons/obj/items_cyborg.dmi'
|
||||
icon = 'modular_skyrat/modules/fixing_missing_icons/items_cyborg.dmi' //skyrat edit
|
||||
icon_state = "crowbar_cyborg"
|
||||
worn_icon_state = "crowbar"
|
||||
usesound = 'sound/items/jaws_pry.ogg'
|
||||
|
||||
@@ -172,7 +172,7 @@
|
||||
/obj/item/screwdriver/cyborg//SKYRAT EDIT - ICON OVERRIDEN BY AESTHETICS - SEE MODULE
|
||||
name = "automated screwdriver"
|
||||
desc = "A powerful automated screwdriver, designed to be both precise and quick."
|
||||
icon = 'icons/obj/items_cyborg.dmi'
|
||||
icon = 'modular_skyrat/modules/fixing_missing_icons/items_cyborg.dmi' //skyrat edit
|
||||
icon_state = "screwdriver_cyborg"
|
||||
hitsound = 'sound/items/drill_hit.ogg'
|
||||
usesound = 'sound/items/drill_use.ogg'
|
||||
|
||||
@@ -324,7 +324,7 @@
|
||||
/obj/item/weldingtool/largetank/cyborg//SKYRAT EDIT - ICON OVERRIDEN BY AESTHETICS - SEE MODULE
|
||||
name = "integrated welding tool"
|
||||
desc = "An advanced welder designed to be used in robotic systems. Custom framework doubles the speed of welding."
|
||||
icon = 'icons/obj/items_cyborg.dmi'
|
||||
icon = 'modular_skyrat/modules/fixing_missing_icons/items_cyborg.dmi' //skyrat edit
|
||||
icon_state = "indwelder_cyborg"
|
||||
toolspeed = 0.5
|
||||
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
/obj/item/wirecutters/cyborg//SKYRAT EDIT - ICON OVERRIDEN BY AESTHETICS - SEE MODULE
|
||||
name = "powered wirecutters"
|
||||
desc = "Cuts wires with the power of ELECTRICITY. Faster than normal wirecutters."
|
||||
icon = 'icons/obj/items_cyborg.dmi'
|
||||
icon = 'modular_skyrat/modules/fixing_missing_icons/items_cyborg.dmi' //skyrat edit
|
||||
icon_state = "wirecutters_cyborg"
|
||||
worn_icon_state = "cutters"
|
||||
toolspeed = 0.5
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
/obj/item/wrench/cyborg//SKYRAT EDIT - ICON OVERRIDEN BY AESTHETICS - SEE MODULE
|
||||
name = "hydraulic wrench"
|
||||
desc = "An advanced robotic wrench, powered by internal hydraulics. Twice as fast as the handheld version."
|
||||
icon = 'icons/obj/items_cyborg.dmi'
|
||||
icon = 'modular_skyrat/modules/fixing_missing_icons/items_cyborg.dmi' //skyrat edit
|
||||
icon_state = "wrench_cyborg"
|
||||
toolspeed = 0.5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user