Adds several more icons to tool-belts (#18967)

* oh wow! more icons!

* hal review
This commit is contained in:
Contrabang
2022-09-07 15:28:06 +01:00
committed by GitHub
parent 0336e122ee
commit 03effa935c
7 changed files with 11 additions and 2 deletions
+6 -1
View File
@@ -9,7 +9,7 @@
/obj/item/multitool
name = "multitool"
desc = "Used for pulsing wires to test which to cut. Not recommended by doctors."
icon = 'icons/obj/device.dmi'
icon = 'icons/obj/tools.dmi'
icon_state = "multitool"
belt_icon = "multitool"
flags = CONDUCT
@@ -70,7 +70,11 @@
detect_state = PROXIMITY_NONE
multitool_detect()
icon_state = "[initial(icon_state)][detect_state]"
belt_icon = "[initial(icon_state)][detect_state]"
track_cooldown = world.time + track_delay
if(istype(loc, /obj/item/storage/belt))
var/obj/item/storage/belt/B = loc
B.update_icon()
/obj/item/multitool/ai_detect/proc/multitool_detect()
var/turf/our_turf = get_turf(src)
@@ -99,6 +103,7 @@
name = "Suspicious Multitool"
desc = "A sinister-looking multitool, used for pulsing wires to test which to cut."
icon_state = "multitool_syndi"
belt_icon = "multitool_syndi"
toolspeed = 0.95 // dangerously fast... not like multitools use speed anyways
origin_tech = "magnets=1;engineering=2,syndicate=1"