disregard the branch name

This commit is contained in:
Hatterhat
2020-12-27 01:14:12 -06:00
parent b0b483105a
commit a8f1960c5b
5 changed files with 21 additions and 3 deletions

View File

@@ -37315,8 +37315,9 @@
/turf/open/floor/plasteel, /turf/open/floor/plasteel,
/area/quartermaster/miningdock) /area/quartermaster/miningdock)
"bKk" = ( "bKk" = (
/obj/item/stack/ore/silver, /obj/item/stack/ore/silver{
/obj/item/stack/ore/silver, amount = 2
},
/obj/effect/turf_decal/stripes/line{ /obj/effect/turf_decal/stripes/line{
dir = 10 dir = 10
}, },

View File

@@ -32964,6 +32964,10 @@
/obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/oil, /obj/effect/decal/cleanable/oil,
/obj/effect/turf_decal/bot, /obj/effect/turf_decal/bot,
/obj/item/stack/ore/silver{
amount = 2
},
/obj/item/stack/ore/iron,
/turf/open/floor/plasteel, /turf/open/floor/plasteel,
/area/quartermaster/miningoffice) /area/quartermaster/miningoffice)
"biu" = ( "biu" = (

View File

@@ -19827,6 +19827,9 @@
/obj/effect/turf_decal/stripes/line{ /obj/effect/turf_decal/stripes/line{
dir = 8 dir = 8
}, },
/obj/item/stack/ore/silver{
amount = 2
},
/turf/open/floor/plasteel, /turf/open/floor/plasteel,
/area/quartermaster/miningoffice) /area/quartermaster/miningoffice)
"aJC" = ( "aJC" = (
@@ -20222,6 +20225,7 @@
/obj/effect/turf_decal/stripes/line{ /obj/effect/turf_decal/stripes/line{
dir = 4 dir = 4
}, },
/obj/item/stack/ore/iron,
/turf/open/floor/plasteel, /turf/open/floor/plasteel,
/area/quartermaster/miningoffice) /area/quartermaster/miningoffice)
"aKq" = ( "aKq" = (

View File

@@ -61209,6 +61209,14 @@
}, },
/turf/open/floor/plasteel, /turf/open/floor/plasteel,
/area/engine/engineering) /area/engine/engineering)
"vzp" = (
/obj/effect/turf_decal/tile/brown,
/obj/item/stack/ore/iron,
/obj/item/stack/ore/silver{
amount = 2
},
/turf/open/floor/plasteel,
/area/quartermaster/miningdock)
"vzz" = ( "vzz" = (
/obj/machinery/door/firedoor, /obj/machinery/door/firedoor,
/obj/machinery/door/airlock/public/glass{ /obj/machinery/door/airlock/public/glass{
@@ -103631,7 +103639,7 @@ bbI
bcG bcG
bdM bdM
beP beP
bfH vzp
bfH bfH
bhv bhv
bbI bbI

View File

@@ -1560,6 +1560,7 @@
/area/shuttle/abandoned/bridge) /area/shuttle/abandoned/bridge)
"cc" = ( "cc" = (
/obj/machinery/door/airlock/external, /obj/machinery/door/airlock/external,
/obj/structure/fans/tiny,
/obj/effect/mapping_helpers/airlock/cyclelink_helper{ /obj/effect/mapping_helpers/airlock/cyclelink_helper{
dir = 1 dir = 1
}, },