Skip to content

Commit

Permalink
bugfix: fixed the interaction of the holotool with the mechs (#5929)
Browse files Browse the repository at this point in the history
* fixed the interaction of the holotool with the mechs

* holotool

* Update code/game/mecha/mecha_construction_paths.dm

* holotool v2

---------

Co-authored-by: CJ8692 <[email protected]>
Co-authored-by: Den109G <[email protected]>
  • Loading branch information
3 people authored Sep 21, 2024
1 parent 6e7e8e0 commit dcb9531
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions code/game/mecha/mecha_construction_paths.dm
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
list("key"=/obj/item/stack/sheet/metal,
"backkey"=TOOL_SCREWDRIVER,
"desc"="Peripherals control module is secured."),
//7
//7
list("key"=TOOL_SCREWDRIVER,
"backkey"=TOOL_CROWBAR,
"desc"="Peripherals control module is installed."),
Expand All @@ -122,7 +122,7 @@
"backkey"=TOOL_SCREWDRIVER,
"desc"="The wiring is adjusted."),
//11
list("key"=/obj/item/wirecutters,
list("key"=TOOL_WIRECUTTER,
"backkey"=TOOL_SCREWDRIVER,
"desc"="The wiring is added."),
//12
Expand Down Expand Up @@ -346,7 +346,7 @@
"backkey"=TOOL_SCREWDRIVER,
"desc"="The wiring is adjusted."),
//17
list("key"=/obj/item/wirecutters,
list("key"=TOOL_WIRECUTTER,
"backkey"=TOOL_SCREWDRIVER,
"desc"="The wiring is added."),
//18
Expand Down Expand Up @@ -601,7 +601,7 @@
"backkey"=TOOL_SCREWDRIVER,
"desc"="The wiring is adjusted."),
//12
list("key"=/obj/item/wirecutters,
list("key"=TOOL_WIRECUTTER,
"backkey"=TOOL_SCREWDRIVER,
"desc"="The wiring is added."),
//13
Expand Down Expand Up @@ -979,7 +979,7 @@
"backkey"=TOOL_SCREWDRIVER,
"desc"="The wiring is adjusted."),
//17
list("key"=/obj/item/wirecutters,
list("key"=TOOL_WIRECUTTER,
"backkey"=TOOL_SCREWDRIVER,
"desc"="The wiring is added."),
//18
Expand Down Expand Up @@ -1220,7 +1220,7 @@
"desc"="The bluespace crystal is engaged."),
//8
list("key" = TOOL_SCREWDRIVER,
"backkey"=/obj/item/wirecutters,
"backkey"=TOOL_WIRECUTTER,
"desc"="The bluespace crystal is connected."),
//9
list("key" = /obj/item/stack/cable_coil,
Expand Down Expand Up @@ -1271,7 +1271,7 @@
"backkey"=TOOL_SCREWDRIVER,
"desc"="The wiring is adjusted."),
//21
list("key" = /obj/item/wirecutters,
list("key" = TOOL_WIRECUTTER,
"backkey"=TOOL_SCREWDRIVER,
"desc"="The wiring is added."),
//22
Expand Down Expand Up @@ -1549,7 +1549,7 @@
"backkey"=TOOL_SCREWDRIVER,
"desc"="The wiring is adjusted."),
//11
list("key"=/obj/item/wirecutters,
list("key"=TOOL_WIRECUTTER,
"backkey"=TOOL_SCREWDRIVER,
"desc"="The wiring is added."),
//12
Expand Down Expand Up @@ -1754,7 +1754,7 @@
"backkey"=TOOL_SCREWDRIVER,
"desc"="The wiring is adjusted."),
//11
list("key"=/obj/item/wirecutters,
list("key"=TOOL_WIRECUTTER,
"backkey"=TOOL_SCREWDRIVER,
"desc"="The wiring is added."),
//12
Expand Down Expand Up @@ -1980,7 +1980,7 @@
"backkey"=TOOL_SCREWDRIVER,
"desc"="The wiring is adjusted."),
//17
list("key"=/obj/item/wirecutters,
list("key"=TOOL_WIRECUTTER,
"backkey"=TOOL_SCREWDRIVER,
"desc"="The wiring is added."),
//18
Expand Down Expand Up @@ -2255,7 +2255,7 @@
"backkey"=TOOL_SCREWDRIVER,
"desc"="The wiring is adjusted."),
//17
list("key"=/obj/item/wirecutters,
list("key"=TOOL_WIRECUTTER,
"backkey"=TOOL_SCREWDRIVER,
"desc"="The wiring is added."),
//18
Expand Down

0 comments on commit dcb9531

Please sign in to comment.