This commit is contained in:
Contrabang
2022-09-04 14:23:56 +01:00
committed by GitHub
parent e8137e056e
commit e8e705adf0
3 changed files with 8 additions and 1 deletions
@@ -95,6 +95,13 @@
detect_state = PROXIMITY_NEAR
break
/obj/item/multitool/red
name = "Suspicious Multitool"
desc = "A sinister-looking multitool, used for pulsing wires to test which to cut."
icon_state = "multitool_syndi"
toolspeed = 0.95 // dangerously fast... not like multitools use speed anyways
origin_tech = "magnets=1;engineering=2,syndicate=1"
/obj/item/multitool/ai_detect/admin
desc = "Used for pulsing wires to test which to cut. Not recommended by doctors. Has a strange tag that says 'Grief in Safety'" //What else should I say for a meme item?
track_delay = 5
@@ -109,7 +109,7 @@
new /obj/item/weldingtool/largetank(src)
new /obj/item/crowbar/red(src)
new /obj/item/wirecutters(src, "red")
new /obj/item/multitool(src)
new /obj/item/multitool/red(src)
new /obj/item/clothing/gloves/combat(src)
/obj/item/storage/toolbox/fakesyndi