Skip to content

Commit 0ca4f3d

Browse files
committed
Fixes the map and a compile error
I made a doof when I changed the map last in the robotics maint area while trying to figure out why that door wasn't working before (It turns out it was in a 'space' area, so started unpowered.). Fixed the scrubber/disposal pipe and the wire that was supposed to be there. Also noticed the last commit had a few missing quotations that prevented compiling, so I fixed that too.
1 parent 26fadd1 commit 0ca4f3d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: code/modules/research/designs.dm

+2-2
Original file line numberDiff line numberDiff line change
@@ -516,13 +516,13 @@ datum/design/custom_module
516516
build_path = /obj/item/weapon/aiModule/core/full/custom
517517

518518
datum/design/antimov_module
519-
name = "Core Module Design (Antimov)
519+
name = "Core Module Design (Antimov)"
520520
desc = "Allows for the construction of a Antimov AI Core Module."
521521
id = "antimov_module"
522522
req_tech = list("programming" = 4, "materials" = 6, "syndicate" = 2)
523523
build_type = IMPRINTER
524524
materials = list("$glass" = 2000, "sacid" = 20, "$diamond" = 100)
525-
build_path = /obj/item/weapon/aiModule/core/full/antimov
525+
build_path = "/obj/item/weapon/aiModule/core/full/antimov"
526526

527527
///////////////////////////////////
528528
/////Subspace Telecomms////////////

Diff for: maps/cyberiad.dmm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3888,7 +3888,7 @@
38883888
"bwN" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0; tag = ""},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"; tag = ""},/turf/simulated/floor/plating,/area/maintenance/asmaint)
38893889
"bwO" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0; tag = ""},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/plating,/area/maintenance/asmaint)
38903890
"bwP" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0; tag = ""},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"; tag = ""},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/plating,/area/maintenance/asmaint)
3891-
"bwQ" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "29"},/turf/simulated/floor,/area/assembly/chargebay)
3891+
"bwQ" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "29"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0; tag = ""},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/simulated/floor,/area/assembly/chargebay)
38923892
"bwR" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0; tag = ""},/turf/simulated/floor,/area/assembly/chargebay)
38933893
"bwS" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0; tag = ""},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/simulated/floor,/area/assembly/chargebay)
38943894
"bwT" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0; tag = ""},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"; tag = ""},/turf/simulated/floor,/area/assembly/chargebay)

0 commit comments

Comments
 (0)