mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 07:28:53 +01:00
Merge pull request #12168 from Very-Soft/anodawun
Further item bank restrictions
This commit is contained in:
@@ -208,7 +208,7 @@
|
||||
persist_storable = FALSE
|
||||
/obj/item/weapon/hand_tele
|
||||
persist_storable = FALSE
|
||||
/obj/item/weapon/paper/dockingcodes
|
||||
/obj/item/weapon/paper
|
||||
persist_storable = FALSE
|
||||
/obj/item/weapon/backup_implanter
|
||||
persist_storable = FALSE
|
||||
@@ -228,4 +228,21 @@
|
||||
persist_storable = FALSE
|
||||
/obj/item/stack
|
||||
persist_storable = FALSE
|
||||
|
||||
/obj/item/weapon/book
|
||||
persist_storable = FALSE
|
||||
/obj/item/weapon/melee/cursedblade
|
||||
persist_storable = FALSE
|
||||
/obj/item/device/paicard
|
||||
persist_storable = FALSE
|
||||
/obj/item/organ
|
||||
persist_storable = FALSE
|
||||
/obj/item/device/soulstone
|
||||
persist_storable = FALSE
|
||||
/obj/item/device/aicard
|
||||
persist_storable = FALSE
|
||||
/obj/item/device/mmi
|
||||
persist_storable = FALSE
|
||||
/obj/item/seeds
|
||||
persist_storable = FALSE
|
||||
/obj/item/weapon/reagent_containers/food/snacks/grown
|
||||
persist_storable = FALSE
|
||||
|
||||
@@ -269,7 +269,7 @@ You can also set the stat of a NIF to NIF_TEMPFAIL without any issues to disable
|
||||
/obj/item/device/nif/proc/handle_install()
|
||||
if(human.stat || !human.mind) //No stuff while KO or not sleeved
|
||||
return FALSE
|
||||
|
||||
persist_storable = FALSE //VOREStation edit - I am not sure if polaris has nifs, but just in case.
|
||||
//Firsties
|
||||
if(!install_done)
|
||||
if(human.mind.name == owner)
|
||||
|
||||
@@ -6134,6 +6134,9 @@
|
||||
/turf/simulated/floor/tiled/techfloor,
|
||||
/area/tether/surfacebase/public_garden_one)
|
||||
"aks" = (
|
||||
/obj/effect/landmark{
|
||||
name = "maint_pred"
|
||||
},
|
||||
/turf/simulated/floor/tiled/techfloor,
|
||||
/area/maintenance/lower/public_garden_maintenence)
|
||||
"akt" = (
|
||||
@@ -8439,6 +8442,7 @@
|
||||
icon_state = "4-8"
|
||||
},
|
||||
/obj/structure/disposalpipe/segment,
|
||||
/obj/effect/landmark/vines,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tether/surfacebase/surface_one_hall)
|
||||
"anZ" = (
|
||||
@@ -20069,6 +20073,7 @@
|
||||
d2 = 4;
|
||||
icon_state = "2-4"
|
||||
},
|
||||
/obj/effect/landmark/vermin,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/vacant/vacant_bar)
|
||||
"aHe" = (
|
||||
@@ -27719,6 +27724,7 @@
|
||||
/obj/effect/floor_decal/steeldecal/steel_decals7{
|
||||
dir = 9
|
||||
},
|
||||
/obj/effect/landmark/vines,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/crew_quarters/visitor_lodging)
|
||||
"aVd" = (
|
||||
@@ -31859,6 +31865,10 @@
|
||||
"cAR" = (
|
||||
/turf/simulated/floor/looking_glass/center,
|
||||
/area/looking_glass/lg_1)
|
||||
"cCx" = (
|
||||
/obj/effect/landmark/vermin,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tether/surfacebase/public_garden_one)
|
||||
"cGJ" = (
|
||||
/turf/simulated/floor/plating,
|
||||
/area/maintenance/lower/mining_eva)
|
||||
@@ -31921,6 +31931,16 @@
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/rnd/hallway)
|
||||
"cKo" = (
|
||||
/obj/effect/floor_decal/borderfloor{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/floor_decal/corner/grey/border{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/landmark/vermin,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/crew_quarters/visitor_laundry)
|
||||
"cKr" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/visible/yellow,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/aux,
|
||||
@@ -32777,6 +32797,16 @@
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tether/surfacebase/security/lowerhall)
|
||||
"fOk" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/landmark/vermin,
|
||||
/turf/simulated/floor/lino,
|
||||
/area/crew_quarters/visitor_dining)
|
||||
"fOy" = (
|
||||
/obj/machinery/shower{
|
||||
pixel_y = 16
|
||||
@@ -35890,6 +35920,10 @@
|
||||
/obj/effect/floor_decal/steeldecal/steel_decals4,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tether/surfacebase/security/lowerhall)
|
||||
"nBZ" = (
|
||||
/obj/effect/landmark/vines,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/hallway/lower/first_west)
|
||||
"nDD" = (
|
||||
/obj/structure/catwalk,
|
||||
/obj/machinery/atmospherics/pipe/simple/visible/scrubbers,
|
||||
@@ -36462,6 +36496,10 @@
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tether/surfacebase/security/brig)
|
||||
"ppS" = (
|
||||
/obj/effect/landmark/vermin,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/storage/primary)
|
||||
"prr" = (
|
||||
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan,
|
||||
/turf/simulated/floor/plating,
|
||||
@@ -36554,6 +36592,10 @@
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/maintenance/lower/trash_pit)
|
||||
"pMd" = (
|
||||
/obj/effect/landmark/vermin,
|
||||
/turf/simulated/floor/grass,
|
||||
/area/tether/surfacebase/surface_one_hall)
|
||||
"pPF" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/visible/universal,
|
||||
/obj/machinery/light/small{
|
||||
@@ -36902,6 +36944,10 @@
|
||||
/obj/machinery/atmospherics/unary/vent_scrubber/on,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/crew_quarters/locker)
|
||||
"qOV" = (
|
||||
/obj/effect/landmark/vermin,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tether/surfacebase/tram)
|
||||
"qPs" = (
|
||||
/obj/structure/railing{
|
||||
dir = 1
|
||||
@@ -37195,6 +37241,12 @@
|
||||
/obj/item/weapon/material/minihoe,
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/tether/surfacebase/security/brig/storage)
|
||||
"rCj" = (
|
||||
/obj/effect/landmark{
|
||||
name = "maint_pred"
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/vacant/vacant_site/east)
|
||||
"rDJ" = (
|
||||
/obj/structure/disposalpipe/segment{
|
||||
dir = 4
|
||||
@@ -38260,6 +38312,10 @@
|
||||
/obj/machinery/door/firedoor,
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/tether/surfacebase/security/brig/storage)
|
||||
"uHq" = (
|
||||
/obj/effect/landmark/vines,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tether/surfacebase/tram)
|
||||
"uHS" = (
|
||||
/obj/effect/floor_decal/borderfloorwhite{
|
||||
dir = 1
|
||||
@@ -39129,6 +39185,7 @@
|
||||
/obj/structure/disposalpipe/segment{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/landmark/vines,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tether/surfacebase/surface_one_hall)
|
||||
"xFG" = (
|
||||
@@ -44633,7 +44690,7 @@ akw
|
||||
akE
|
||||
bdG
|
||||
akW
|
||||
akN
|
||||
cCx
|
||||
aly
|
||||
alN
|
||||
amf
|
||||
@@ -45780,7 +45837,7 @@ atG
|
||||
atH
|
||||
atH
|
||||
ahM
|
||||
anx
|
||||
nBZ
|
||||
aju
|
||||
aoE
|
||||
apl
|
||||
@@ -48046,7 +48103,7 @@ anp
|
||||
aeW
|
||||
aml
|
||||
afT
|
||||
afT
|
||||
ppS
|
||||
afT
|
||||
agJ
|
||||
anj
|
||||
@@ -51903,7 +51960,7 @@ aqf
|
||||
aqf
|
||||
arg
|
||||
aoS
|
||||
aoj
|
||||
pMd
|
||||
awI
|
||||
axo
|
||||
ayh
|
||||
@@ -52908,7 +52965,7 @@ agM
|
||||
aCJ
|
||||
aCJ
|
||||
aCJ
|
||||
aCJ
|
||||
rCj
|
||||
aCJ
|
||||
aCJ
|
||||
agM
|
||||
@@ -54644,7 +54701,7 @@ bcT
|
||||
aVf
|
||||
aVB
|
||||
aVf
|
||||
cwS
|
||||
cKo
|
||||
aUP
|
||||
aWY
|
||||
aUm
|
||||
@@ -54760,7 +54817,7 @@ aFS
|
||||
aEM
|
||||
aHm
|
||||
aDu
|
||||
aIu
|
||||
fOk
|
||||
aJo
|
||||
aDu
|
||||
aKJ
|
||||
@@ -56024,11 +56081,11 @@ aFW
|
||||
auB
|
||||
auB
|
||||
auB
|
||||
auB
|
||||
qOV
|
||||
auB
|
||||
auU
|
||||
auB
|
||||
auB
|
||||
uHq
|
||||
auB
|
||||
auB
|
||||
auB
|
||||
|
||||
@@ -2757,6 +2757,7 @@
|
||||
d2 = 2;
|
||||
icon_state = "1-2"
|
||||
},
|
||||
/obj/effect/landmark/vermin,
|
||||
/turf/simulated/floor/tiled/white,
|
||||
/area/tether/surfacebase/security/detective)
|
||||
"aei" = (
|
||||
@@ -7951,6 +7952,7 @@
|
||||
},
|
||||
/obj/effect/floor_decal/borderfloor/corner,
|
||||
/obj/effect/floor_decal/corner/red/bordercorner,
|
||||
/obj/effect/landmark/vermin,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tether/surfacebase/security/middlehall)
|
||||
"amn" = (
|
||||
@@ -8770,6 +8772,7 @@
|
||||
/obj/effect/floor_decal/corner/paleblue/diagonal,
|
||||
/obj/item/weapon/deck/cards,
|
||||
/obj/structure/table/glass,
|
||||
/obj/effect/landmark/vermin,
|
||||
/turf/simulated/floor/tiled/white,
|
||||
/area/tether/surfacebase/medical/breakroom)
|
||||
"anG" = (
|
||||
@@ -14942,6 +14945,9 @@
|
||||
/obj/machinery/atmospherics/pipe/simple/visible/purple{
|
||||
dir = 5
|
||||
},
|
||||
/obj/effect/landmark{
|
||||
name = "maint_pred"
|
||||
},
|
||||
/turf/simulated/floor/tiled/techfloor,
|
||||
/area/maintenance/asmaint2)
|
||||
"ayB" = (
|
||||
@@ -16542,6 +16548,9 @@
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/light/small,
|
||||
/obj/effect/landmark{
|
||||
name = "maint_pred"
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/maintenance/asmaint2)
|
||||
"aCg" = (
|
||||
@@ -19660,6 +19669,9 @@
|
||||
dir = 1;
|
||||
pixel_y = -22
|
||||
},
|
||||
/obj/effect/landmark{
|
||||
name = "maint_pred"
|
||||
},
|
||||
/turf/simulated/floor,
|
||||
/area/maintenance/lower/rnd)
|
||||
"aIk" = (
|
||||
@@ -21417,6 +21429,7 @@
|
||||
"aLM" = (
|
||||
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
|
||||
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
|
||||
/obj/effect/landmark/vines,
|
||||
/turf/simulated/floor/tiled/techmaint,
|
||||
/area/tether/surfacebase/surface_two_hall)
|
||||
"aLN" = (
|
||||
@@ -32820,6 +32833,10 @@
|
||||
},
|
||||
/turf/simulated/floor/tiled/techfloor/grid,
|
||||
/area/ai)
|
||||
"dnD" = (
|
||||
/obj/effect/landmark/vermin,
|
||||
/turf/simulated/floor/tiled/white,
|
||||
/area/tether/surfacebase/medical/uppersouthstairwell)
|
||||
"dzE" = (
|
||||
/obj/effect/floor_decal/chapel{
|
||||
dir = 8
|
||||
@@ -33063,6 +33080,13 @@
|
||||
/obj/machinery/light/small,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/tether/surfacebase/fish_farm)
|
||||
"grX" = (
|
||||
/obj/effect/floor_decal/rust,
|
||||
/obj/effect/landmark{
|
||||
name = "maint_pred"
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/maintenance/lower/atmos)
|
||||
"gsU" = (
|
||||
/obj/structure/table/rack,
|
||||
/obj/random/maintenance/engineering,
|
||||
@@ -33250,6 +33274,12 @@
|
||||
},
|
||||
/turf/simulated/floor/bluegrid,
|
||||
/area/ai_upload)
|
||||
"iLF" = (
|
||||
/obj/effect/landmark{
|
||||
name = "maint_pred"
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/maintenance/lower/south)
|
||||
"jcd" = (
|
||||
/obj/effect/floor_decal/borderfloor{
|
||||
dir = 4
|
||||
@@ -33265,6 +33295,10 @@
|
||||
},
|
||||
/turf/simulated/floor/wood,
|
||||
/area/bridge/meeting_room)
|
||||
"jlG" = (
|
||||
/obj/effect/landmark/vermin,
|
||||
/turf/simulated/floor/tiled/white,
|
||||
/area/tether/surfacebase/medical/centralhall)
|
||||
"jtj" = (
|
||||
/turf/simulated/floor/tiled/techfloor/grid,
|
||||
/area/maintenance/readingrooms)
|
||||
@@ -33607,6 +33641,12 @@
|
||||
},
|
||||
/turf/simulated/floor/tiled/white,
|
||||
/area/tether/surfacebase/medical/breakroom)
|
||||
"lvb" = (
|
||||
/obj/effect/landmark{
|
||||
name = "maint_pred"
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/maintenance/lower/rnd)
|
||||
"lJc" = (
|
||||
/obj/effect/floor_decal/borderfloor{
|
||||
dir = 1
|
||||
@@ -33635,6 +33675,10 @@
|
||||
/obj/structure/flora/ausbushes/fullgrass,
|
||||
/turf/simulated/floor/grass,
|
||||
/area/chapel/main)
|
||||
"lUN" = (
|
||||
/obj/effect/landmark/vermin,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tether/surfacebase/public_garden_two)
|
||||
"lZx" = (
|
||||
/turf/simulated/wall/r_wall,
|
||||
/area/maintenance/readingrooms)
|
||||
@@ -33703,6 +33747,12 @@
|
||||
},
|
||||
/turf/simulated/floor/tiled/techfloor/grid,
|
||||
/area/ai_upload_foyer)
|
||||
"mNT" = (
|
||||
/obj/effect/landmark{
|
||||
name = "maint_pred"
|
||||
},
|
||||
/turf/simulated/floor/tiled/techfloor,
|
||||
/area/maintenance/asmaint2)
|
||||
"mNZ" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
|
||||
@@ -33713,6 +33763,12 @@
|
||||
},
|
||||
/turf/simulated/floor/tiled/techfloor,
|
||||
/area/ai_upload_foyer)
|
||||
"mQc" = (
|
||||
/obj/effect/landmark{
|
||||
name = "maint_pred"
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/maintenance/lower/atmos)
|
||||
"mUP" = (
|
||||
/obj/structure/bed/padded,
|
||||
/obj/effect/floor_decal/techfloor,
|
||||
@@ -33735,6 +33791,10 @@
|
||||
},
|
||||
/turf/simulated/floor/tiled/techfloor/grid,
|
||||
/area/ai_upload_foyer)
|
||||
"ncG" = (
|
||||
/obj/effect/landmark/vermin,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/bridge/meeting_room)
|
||||
"ndB" = (
|
||||
/obj/structure/cable/cyan{
|
||||
d1 = 1;
|
||||
@@ -33867,6 +33927,12 @@
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
|
||||
/turf/simulated/floor/bluegrid,
|
||||
/area/ai)
|
||||
"pny" = (
|
||||
/obj/effect/landmark{
|
||||
name = "maint_pred"
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/maintenance/asmaint2)
|
||||
"pqb" = (
|
||||
/obj/structure/sink/puddle,
|
||||
/turf/simulated/floor/beach/sand/desert,
|
||||
@@ -34024,6 +34090,15 @@
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/maintenance/lower/bar)
|
||||
"qGR" = (
|
||||
/obj/effect/floor_decal/corner_techfloor_grid{
|
||||
dir = 5
|
||||
},
|
||||
/obj/effect/landmark{
|
||||
name = "maint_pred"
|
||||
},
|
||||
/turf/simulated/floor/tiled/techfloor,
|
||||
/area/maintenance/lower/south)
|
||||
"qKR" = (
|
||||
/obj/machinery/atmospherics/unary/vent_scrubber/on{
|
||||
dir = 8
|
||||
@@ -34064,6 +34139,10 @@
|
||||
},
|
||||
/turf/simulated/floor/tiled/techfloor/grid,
|
||||
/area/ai_upload)
|
||||
"rjM" = (
|
||||
/obj/effect/landmark/vines,
|
||||
/turf/simulated/floor/beach/sand/desert,
|
||||
/area/tether/surfacebase/fish_farm)
|
||||
"rlN" = (
|
||||
/turf/simulated/floor/tiled/techfloor/grid,
|
||||
/area/ai)
|
||||
@@ -34110,6 +34189,10 @@
|
||||
/obj/machinery/vending/wardrobe/chapdrobe,
|
||||
/turf/simulated/floor/lino,
|
||||
/area/chapel/office)
|
||||
"rBf" = (
|
||||
/obj/effect/landmark/vines,
|
||||
/turf/simulated/floor/tiled/techmaint,
|
||||
/area/tether/surfacebase/surface_two_hall)
|
||||
"rJc" = (
|
||||
/obj/effect/floor_decal/corner/paleblue/diagonal,
|
||||
/obj/effect/landmark/start{
|
||||
@@ -34455,6 +34538,13 @@
|
||||
},
|
||||
/turf/simulated/floor/tiled/techfloor/grid,
|
||||
/area/ai)
|
||||
"tZD" = (
|
||||
/obj/machinery/atmospherics/unary/vent_scrubber/on{
|
||||
dir = 8
|
||||
},
|
||||
/obj/effect/landmark/vines,
|
||||
/turf/simulated/floor/tiled/techmaint,
|
||||
/area/tether/surfacebase/surface_two_hall)
|
||||
"tZV" = (
|
||||
/obj/machinery/light,
|
||||
/turf/simulated/floor/tiled/techfloor/grid,
|
||||
@@ -40537,7 +40627,7 @@ aHm
|
||||
aHE
|
||||
aHE
|
||||
aIJ
|
||||
aIJ
|
||||
mNT
|
||||
aHE
|
||||
aHE
|
||||
aHE
|
||||
@@ -40651,7 +40741,7 @@ akX
|
||||
aoi
|
||||
apt
|
||||
aqz
|
||||
aog
|
||||
lUN
|
||||
ars
|
||||
atI
|
||||
akX
|
||||
@@ -41686,7 +41776,7 @@ aOU
|
||||
aKb
|
||||
aQw
|
||||
aQw
|
||||
aQw
|
||||
pny
|
||||
aQw
|
||||
aRj
|
||||
aHE
|
||||
@@ -41804,7 +41894,7 @@ azq
|
||||
azq
|
||||
azq
|
||||
ayw
|
||||
axR
|
||||
rjM
|
||||
axR
|
||||
axR
|
||||
axR
|
||||
@@ -42951,7 +43041,7 @@ aGw
|
||||
aGw
|
||||
aqZ
|
||||
arf
|
||||
aEc
|
||||
lvb
|
||||
aJJ
|
||||
aKh
|
||||
aKU
|
||||
@@ -43965,7 +44055,7 @@ aRm
|
||||
aPJ
|
||||
aYd
|
||||
aWH
|
||||
aQw
|
||||
pny
|
||||
aXx
|
||||
aXx
|
||||
aXx
|
||||
@@ -44223,7 +44313,7 @@ aEa
|
||||
avD
|
||||
aFh
|
||||
aFl
|
||||
aEc
|
||||
lvb
|
||||
aGy
|
||||
aGy
|
||||
aGy
|
||||
@@ -44264,7 +44354,7 @@ baz
|
||||
aHn
|
||||
aHI
|
||||
baz
|
||||
aIg
|
||||
grX
|
||||
baU
|
||||
baU
|
||||
baz
|
||||
@@ -44985,7 +45075,7 @@ baU
|
||||
beQ
|
||||
aKK
|
||||
baz
|
||||
baU
|
||||
mQc
|
||||
baU
|
||||
biS
|
||||
bjr
|
||||
@@ -46542,7 +46632,7 @@ baz
|
||||
aIM
|
||||
baU
|
||||
baU
|
||||
baU
|
||||
mQc
|
||||
baz
|
||||
bfR
|
||||
bgx
|
||||
@@ -47067,7 +47157,7 @@ aGH
|
||||
aHb
|
||||
aHs
|
||||
aHM
|
||||
aGF
|
||||
ncG
|
||||
aIU
|
||||
aGE
|
||||
aAG
|
||||
@@ -47669,7 +47759,7 @@ aLY
|
||||
bbm
|
||||
bbM
|
||||
aZr
|
||||
aZr
|
||||
iLF
|
||||
aLY
|
||||
adt
|
||||
adt
|
||||
@@ -48895,7 +48985,7 @@ asV
|
||||
awj
|
||||
avD
|
||||
axF
|
||||
ayc
|
||||
tZD
|
||||
ayd
|
||||
azg
|
||||
ayh
|
||||
@@ -48919,7 +49009,7 @@ ayd
|
||||
ayd
|
||||
aKA
|
||||
ayd
|
||||
ayd
|
||||
rBf
|
||||
aMG
|
||||
avD
|
||||
asm
|
||||
@@ -49161,7 +49251,7 @@ aex
|
||||
afj
|
||||
agh
|
||||
aaU
|
||||
aam
|
||||
jlG
|
||||
aiP
|
||||
akq
|
||||
alS
|
||||
@@ -49637,7 +49727,7 @@ qpA
|
||||
dSO
|
||||
tED
|
||||
aLY
|
||||
aRC
|
||||
qGR
|
||||
bcM
|
||||
atW
|
||||
aUc
|
||||
@@ -50164,7 +50254,7 @@ aks
|
||||
akF
|
||||
akJ
|
||||
akJ
|
||||
akJ
|
||||
dnD
|
||||
akJ
|
||||
alY
|
||||
amJ
|
||||
@@ -50657,7 +50747,7 @@ aLY
|
||||
aLY
|
||||
aZr
|
||||
aZr
|
||||
aZr
|
||||
iLF
|
||||
baO
|
||||
bax
|
||||
eps
|
||||
|
||||
@@ -19904,6 +19904,7 @@
|
||||
dir = 8;
|
||||
icon_state = "pipe-c"
|
||||
},
|
||||
/obj/effect/landmark/vines,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tether/surfacebase/surface_three_hall)
|
||||
"aGw" = (
|
||||
@@ -20170,6 +20171,7 @@
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
|
||||
dir = 5
|
||||
},
|
||||
/obj/effect/landmark/vines,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/hallway/lower/third_south)
|
||||
"aGW" = (
|
||||
@@ -37891,6 +37893,7 @@
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
|
||||
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
|
||||
/obj/effect/landmark/vines,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tether/surfacebase/surface_three_hall)
|
||||
"cmQ" = (
|
||||
@@ -38434,6 +38437,16 @@
|
||||
},
|
||||
/turf/simulated/floor/tiled/monotile,
|
||||
/area/tether/surfacebase/shuttle_pad)
|
||||
"eaj" = (
|
||||
/obj/effect/floor_decal/corner/lightgrey{
|
||||
dir = 9
|
||||
},
|
||||
/obj/effect/floor_decal/corner/lightgrey{
|
||||
dir = 6
|
||||
},
|
||||
/obj/effect/landmark/vermin,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tether/surfacebase/surface_three_hall)
|
||||
"eeD" = (
|
||||
/obj/effect/floor_decal/borderfloor/corner{
|
||||
dir = 4
|
||||
@@ -38491,6 +38504,12 @@
|
||||
/obj/structure/disposalpipe/segment,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tether/surfacebase/southhall)
|
||||
"enD" = (
|
||||
/obj/effect/landmark/vermin,
|
||||
/turf/simulated/mineral/floor/cave{
|
||||
name = "dirt"
|
||||
},
|
||||
/area/tether/surfacebase/public_garden_three)
|
||||
"eqZ" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
|
||||
@@ -38504,6 +38523,7 @@
|
||||
d2 = 8;
|
||||
icon_state = "1-8"
|
||||
},
|
||||
/obj/effect/landmark/vines,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tether/surfacebase/shuttle_pad)
|
||||
"erS" = (
|
||||
@@ -38544,6 +38564,10 @@
|
||||
/obj/effect/floor_decal/corner/red/border,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tether/surfacebase/security/briefingroom)
|
||||
"eDc" = (
|
||||
/obj/effect/landmark/vermin,
|
||||
/turf/simulated/floor/tiled/white,
|
||||
/area/tether/surfacebase/medical/triage)
|
||||
"eEW" = (
|
||||
/obj/machinery/door/airlock{
|
||||
name = "Internal Affairs";
|
||||
@@ -38664,6 +38688,10 @@
|
||||
},
|
||||
/turf/simulated/floor/tiled/white,
|
||||
/area/crew_quarters/barrestroom)
|
||||
"eOP" = (
|
||||
/obj/effect/landmark/vermin,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/tether/surfacebase/entertainment)
|
||||
"eQN" = (
|
||||
/obj/effect/floor_decal/borderfloor{
|
||||
dir = 4
|
||||
@@ -39095,6 +39123,7 @@
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
|
||||
/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
|
||||
/obj/effect/landmark/vines,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/hallway/lower/third_south)
|
||||
"gBr" = (
|
||||
@@ -39214,6 +39243,7 @@
|
||||
dir = 2;
|
||||
icon_state = "pipe-c"
|
||||
},
|
||||
/obj/effect/landmark/vines,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tether/surfacebase/surface_three_hall)
|
||||
"gUL" = (
|
||||
@@ -39536,6 +39566,10 @@
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tether/surfacebase/shuttle_pad)
|
||||
"ieh" = (
|
||||
/obj/effect/landmark/vermin,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tether/surfacebase/cafeteria)
|
||||
"ieo" = (
|
||||
/obj/structure/disposalpipe/segment{
|
||||
dir = 4
|
||||
@@ -39741,6 +39775,26 @@
|
||||
/obj/structure/window/reinforced,
|
||||
/turf/simulated/wall,
|
||||
/area/tether/surfacebase/medical/storage)
|
||||
"iUz" = (
|
||||
/obj/structure/cable/green{
|
||||
d1 = 2;
|
||||
d2 = 4;
|
||||
icon_state = "2-4"
|
||||
},
|
||||
/obj/structure/cable/green{
|
||||
d1 = 4;
|
||||
d2 = 8;
|
||||
icon_state = "4-8"
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/landmark/vermin,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tether/surfacebase/security/upperhall)
|
||||
"iXM" = (
|
||||
/obj/structure/cable/green{
|
||||
d1 = 1;
|
||||
@@ -40270,6 +40324,10 @@
|
||||
},
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/tether/surfacebase/security/iaa/officea)
|
||||
"kFE" = (
|
||||
/obj/effect/landmark/vermin,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/crew_quarters/bar)
|
||||
"kFJ" = (
|
||||
/obj/structure/table/steel,
|
||||
/obj/machinery/atmospherics/unary/vent_scrubber/on{
|
||||
@@ -40421,6 +40479,16 @@
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/rnd/research/testingrange)
|
||||
"lli" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/landmark/vermin,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tether/surfacebase/surface_three_hall)
|
||||
"llH" = (
|
||||
/obj/effect/floor_decal/borderfloor,
|
||||
/obj/effect/floor_decal/corner/lightgrey/border,
|
||||
@@ -41189,6 +41257,16 @@
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tether/surfacebase/security/briefingroom)
|
||||
"nSh" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/landmark/vines,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tether/surfacebase/surface_three_hall)
|
||||
"nSq" = (
|
||||
/obj/structure/bed/chair{
|
||||
dir = 8
|
||||
@@ -49580,7 +49658,7 @@ aUF
|
||||
xFm
|
||||
aDn
|
||||
hMw
|
||||
aDn
|
||||
enD
|
||||
akm
|
||||
aDi
|
||||
aDs
|
||||
@@ -49876,7 +49954,7 @@ aDT
|
||||
arW
|
||||
arW
|
||||
aVE
|
||||
aWF
|
||||
lli
|
||||
akn
|
||||
alP
|
||||
aac
|
||||
@@ -50444,7 +50522,7 @@ cAZ
|
||||
arW
|
||||
agw
|
||||
aVG
|
||||
aWF
|
||||
nSh
|
||||
aTO
|
||||
akS
|
||||
aly
|
||||
@@ -53846,7 +53924,7 @@ bzK
|
||||
agg
|
||||
adW
|
||||
qAt
|
||||
snE
|
||||
iUz
|
||||
ajJ
|
||||
aTX
|
||||
aVI
|
||||
@@ -56964,7 +57042,7 @@ bmr
|
||||
acR
|
||||
blA
|
||||
bmI
|
||||
acR
|
||||
eDc
|
||||
aim
|
||||
ake
|
||||
aGm
|
||||
@@ -57546,7 +57624,7 @@ aeG
|
||||
ajh
|
||||
avG
|
||||
akn
|
||||
alk
|
||||
eaj
|
||||
alk
|
||||
bdD
|
||||
ayx
|
||||
@@ -57718,7 +57796,7 @@ beX
|
||||
beX
|
||||
bcY
|
||||
bdq
|
||||
bbk
|
||||
eOP
|
||||
bbk
|
||||
beS
|
||||
lHr
|
||||
@@ -58190,7 +58268,7 @@ biH
|
||||
dyV
|
||||
bja
|
||||
biL
|
||||
biL
|
||||
ieh
|
||||
bju
|
||||
biF
|
||||
adG
|
||||
@@ -59567,7 +59645,7 @@ asX
|
||||
aLd
|
||||
bbU
|
||||
baF
|
||||
asX
|
||||
kFE
|
||||
aLd
|
||||
bbU
|
||||
bdJ
|
||||
|
||||
@@ -26,6 +26,10 @@
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/maintenance/tether_midpoint)
|
||||
"cC" = (
|
||||
/obj/effect/landmark/vermin,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/tether/midpoint)
|
||||
"cH" = (
|
||||
/obj/structure/grille,
|
||||
/obj/structure/window/reinforced/full,
|
||||
@@ -372,6 +376,10 @@
|
||||
},
|
||||
/turf/simulated/floor/wood,
|
||||
/area/tether/midpoint)
|
||||
"zr" = (
|
||||
/obj/effect/landmark/vines,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/tether/midpoint)
|
||||
"zG" = (
|
||||
/obj/structure/disposalpipe/segment{
|
||||
dir = 4
|
||||
@@ -8916,7 +8924,7 @@ kz
|
||||
Et
|
||||
zi
|
||||
pK
|
||||
pK
|
||||
zr
|
||||
pK
|
||||
pK
|
||||
pK
|
||||
@@ -10762,7 +10770,7 @@ kz
|
||||
Et
|
||||
Pz
|
||||
Or
|
||||
pK
|
||||
cC
|
||||
pK
|
||||
pK
|
||||
Tz
|
||||
|
||||
@@ -20079,6 +20079,12 @@
|
||||
},
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/gateway)
|
||||
"gCZ" = (
|
||||
/obj/effect/landmark{
|
||||
name = "maint_pred"
|
||||
},
|
||||
/turf/simulated/floor,
|
||||
/area/maintenance/station/eng_lower)
|
||||
"gDl" = (
|
||||
/obj/machinery/light_switch{
|
||||
dir = 1;
|
||||
@@ -22968,6 +22974,7 @@
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
|
||||
dir = 6
|
||||
},
|
||||
/obj/effect/landmark/vermin,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/quartermaster/office)
|
||||
"jiq" = (
|
||||
@@ -24300,6 +24307,10 @@
|
||||
},
|
||||
/turf/simulated/floor/airless,
|
||||
/area/ai_monitored/storage/eva)
|
||||
"kpK" = (
|
||||
/obj/effect/landmark/vermin,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tether/exploration/crew)
|
||||
"kqW" = (
|
||||
/obj/structure/disposalpipe/segment,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
|
||||
@@ -24867,6 +24878,7 @@
|
||||
dir = 10
|
||||
},
|
||||
/obj/item/device/radio/beacon,
|
||||
/obj/effect/landmark/vines,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tether/station/dock_two)
|
||||
"kOF" = (
|
||||
@@ -27017,6 +27029,13 @@
|
||||
},
|
||||
/turf/simulated/wall/r_wall,
|
||||
/area/maintenance/substation/civilian)
|
||||
"mBL" = (
|
||||
/obj/structure/disposalpipe/segment{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/landmark/vines,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/hallway/station/docks)
|
||||
"mBY" = (
|
||||
/obj/machinery/door/firedoor/glass,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
|
||||
@@ -28595,6 +28614,10 @@
|
||||
},
|
||||
/turf/simulated/floor,
|
||||
/area/maintenance/cargo)
|
||||
"ohH" = (
|
||||
/obj/effect/landmark/vermin,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/quartermaster/storage)
|
||||
"ohT" = (
|
||||
/obj/structure/closet/emcloset,
|
||||
/turf/simulated/floor/tiled,
|
||||
@@ -29861,6 +29884,16 @@
|
||||
/obj/random/maintenance/cargo,
|
||||
/turf/simulated/floor,
|
||||
/area/maintenance/cargo)
|
||||
"qaA" = (
|
||||
/obj/effect/floor_decal/borderfloor{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/floor_decal/industrial/danger{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/landmark/vermin,
|
||||
/turf/simulated/floor/tiled/monotile,
|
||||
/area/tether/exploration)
|
||||
"qbk" = (
|
||||
/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod{
|
||||
frequency = 1380;
|
||||
@@ -29912,6 +29945,7 @@
|
||||
/obj/machinery/door/firedoor/glass/hidden/steel{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/landmark/vines,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/hallway/station/atrium)
|
||||
"qdG" = (
|
||||
@@ -30505,6 +30539,10 @@
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/quartermaster/foyer)
|
||||
"qKp" = (
|
||||
/obj/effect/landmark/vermin,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/engineering/gravity_gen)
|
||||
"qKr" = (
|
||||
/obj/effect/floor_decal/borderfloor{
|
||||
dir = 1
|
||||
@@ -33732,6 +33770,7 @@
|
||||
d2 = 2;
|
||||
icon_state = "1-2"
|
||||
},
|
||||
/obj/effect/landmark/vermin,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/engineering/foyer)
|
||||
"ujB" = (
|
||||
@@ -36807,6 +36846,13 @@
|
||||
/obj/structure/railing,
|
||||
/turf/simulated/floor,
|
||||
/area/maintenance/station/eng_lower)
|
||||
"xRE" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
|
||||
/obj/effect/landmark/vines,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tether/station/dock_one)
|
||||
"xSF" = (
|
||||
/obj/structure/grille,
|
||||
/obj/structure/window/reinforced/full,
|
||||
@@ -40579,7 +40625,7 @@ gTz
|
||||
trn
|
||||
gTz
|
||||
gTz
|
||||
gTz
|
||||
xRE
|
||||
gTz
|
||||
gTz
|
||||
trn
|
||||
@@ -43691,7 +43737,7 @@ alt
|
||||
alt
|
||||
alv
|
||||
tMV
|
||||
bVP
|
||||
mBL
|
||||
pfh
|
||||
bgG
|
||||
aaa
|
||||
@@ -44777,7 +44823,7 @@ aEk
|
||||
aXR
|
||||
bbb
|
||||
ahP
|
||||
brX
|
||||
qKp
|
||||
ank
|
||||
byy
|
||||
byy
|
||||
@@ -46067,7 +46113,7 @@ dyq
|
||||
fca
|
||||
hcW
|
||||
qHy
|
||||
ack
|
||||
gCZ
|
||||
fgA
|
||||
ach
|
||||
abC
|
||||
@@ -47777,7 +47823,7 @@ fMv
|
||||
gnc
|
||||
gMr
|
||||
pPa
|
||||
eWv
|
||||
qaA
|
||||
ops
|
||||
pny
|
||||
acH
|
||||
@@ -48544,7 +48590,7 @@ aBW
|
||||
aBW
|
||||
aBW
|
||||
aBW
|
||||
aDz
|
||||
ohH
|
||||
aEc
|
||||
gcc
|
||||
awN
|
||||
@@ -48918,7 +48964,7 @@ pXr
|
||||
scu
|
||||
iiU
|
||||
ajj
|
||||
ajj
|
||||
kpK
|
||||
kfa
|
||||
alj
|
||||
vmt
|
||||
|
||||
Reference in New Issue
Block a user