mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
A round of fixes, polish and suggested additions to the map. (#6086)
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
################################
|
||||
# Example Changelog File
|
||||
#
|
||||
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
|
||||
#
|
||||
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
|
||||
# When it is, any changes listed below will disappear.
|
||||
#
|
||||
# Valid Prefixes:
|
||||
# bugfix
|
||||
# wip (For works in progress)
|
||||
# tweak
|
||||
# soundadd
|
||||
# sounddel
|
||||
# rscadd (general adding of nice things)
|
||||
# rscdel (general deleting of nice things)
|
||||
# imageadd
|
||||
# imagedel
|
||||
# maptweak
|
||||
# spellcheck (typo fixes)
|
||||
# experiment
|
||||
# balance
|
||||
# admin
|
||||
# backend
|
||||
# security
|
||||
# refactor
|
||||
#################################
|
||||
|
||||
# Your name.
|
||||
author: ferner
|
||||
|
||||
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
|
||||
delete-after: True
|
||||
|
||||
# Any changes you've made. See valid prefix list above.
|
||||
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
|
||||
# SCREW THIS UP AND IT WON'T WORK.
|
||||
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
|
||||
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
|
||||
changes:
|
||||
- maptweak: "Partioned maintenance in several spots to help prevent maintenance wide loss of atmosphere, changed up cargo, medical, security and research maintenance a bit by adding some points of interest. Made some slight changes to the Supervised Living Center."
|
||||
- maptweak: "Added an emergency shower to chemistry, a cyborg recharger to the main level bathroom, a desk lamp to the psych office, an O2 locker outside the bar, a chess set and deck of cards to the dining room, tintable windows to the QM's office, additional vents to surface hallway aft, a chest drawer to the CE's office, and a chair to the CMO's office."
|
||||
- maptweak: "Improved the usability of the research request consoles by removing a few and making their tags more specific, added additional airlock access controllers to xenoflora as well as an atmospherics laptop, reintroduced huge air scrubbers to toxins and made those in communal usable from the warden's office."
|
||||
- bugfix: "Fixed medical maintenance exterior airlock. Removed the rock from on top of the telecomms solar arrays, fixed missing access requirements at Telescience, turned a steel wall at the kitchen into wood, fixed a button in the QM's office."
|
||||
- bugfix: "Fixed sublevel maintenance by separating it into three areas, instead of being a single disconnected area, added missing emergency shutters to the surface conference room and the library, fixed tinted windows in RD's office, added numerous air alarms to areas missing them."
|
||||
@@ -105,6 +105,18 @@
|
||||
name = "Sub-level Maintenance"
|
||||
icon_state = "maint_engineering"
|
||||
|
||||
/area/maintenance/engsublevel
|
||||
name = "Engineering Sub-level Maintenance"
|
||||
icon_state = "maint_engineering"
|
||||
|
||||
/area/maintenance/medsublevel
|
||||
name = "Medical Sub-level Maintenance"
|
||||
icon_state = "maint_engineering"
|
||||
|
||||
/area/maintenance/scisublevel
|
||||
name = "Research Sub-level Maintenance"
|
||||
icon_state = "maint_engineering"
|
||||
|
||||
/area/maintenance/evahallway
|
||||
name = "\improper EVA Maintenance"
|
||||
icon_state = "maint_eva"
|
||||
@@ -161,22 +173,22 @@
|
||||
/area/maintenance/storage
|
||||
name = "Atmospherics"
|
||||
icon_state = "green"
|
||||
|
||||
|
||||
/area/maintenance/interstitial_main
|
||||
name = "\improper Construction Level"
|
||||
icon_state = "maintcentral"
|
||||
|
||||
|
||||
/area/maintenance/interstitial_cargo
|
||||
name = "\improper Cargo - Interstitial"
|
||||
icon_state = "maint_cargo"
|
||||
|
||||
|
||||
/area/maintenance/interstitial_bridge
|
||||
name = "\improper Bridge - Interstitial"
|
||||
icon_state = "maintcentral"
|
||||
|
||||
|
||||
/area/maintenance/interstitial_construction_site
|
||||
name = "\improper Construction Site"
|
||||
icon_state = "engineering_workshop"
|
||||
icon_state = "engineering_workshop"
|
||||
|
||||
// SUBSTATIONS (Subtype of maint, that should let them serve as shielded area during radstorm)
|
||||
|
||||
@@ -209,7 +221,7 @@
|
||||
|
||||
/area/maintenance/substation/security // Security, Brig, Permabrig, etc.
|
||||
name = "Security Substation"
|
||||
|
||||
|
||||
/area/maintenance/substation/interstitial // Construction Level.
|
||||
name = "Construction Level Substation"
|
||||
|
||||
|
||||
+2093
-1572
File diff suppressed because it is too large
Load Diff
+2280
-856
File diff suppressed because it is too large
Load Diff
@@ -6418,20 +6418,16 @@
|
||||
/area/medical/psych)
|
||||
"lu" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/weapon/paper_bin{
|
||||
pixel_x = -1;
|
||||
pixel_y = 7
|
||||
},
|
||||
/obj/machinery/requests_console{
|
||||
department = "Psychiatry";
|
||||
pixel_x = 0;
|
||||
pixel_y = 32
|
||||
},
|
||||
/obj/item/weapon/book/manual/psych,
|
||||
/obj/machinery/camera/network/medbay{
|
||||
c_tag = "Medical - Psychiatrist Office";
|
||||
network = list("Medical")
|
||||
},
|
||||
/obj/item/device/flashlight/lamp,
|
||||
/turf/simulated/floor/carpet,
|
||||
/area/medical/psych)
|
||||
"lv" = (
|
||||
@@ -6507,6 +6503,11 @@
|
||||
/area/medical/psych)
|
||||
"lC" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/weapon/book/manual/psych,
|
||||
/obj/item/weapon/paper_bin{
|
||||
pixel_x = 4;
|
||||
pixel_y = 7
|
||||
},
|
||||
/turf/simulated/floor/carpet,
|
||||
/area/medical/psych)
|
||||
"lD" = (
|
||||
@@ -8238,7 +8239,8 @@
|
||||
icon_state = "4-8"
|
||||
},
|
||||
/obj/machinery/door/airlock/maintenance{
|
||||
req_access = list(50)
|
||||
req_access = null;
|
||||
req_one_access = list(12,50)
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
|
||||
dir = 4
|
||||
|
||||
+241
-119
@@ -2532,20 +2532,6 @@
|
||||
/obj/machinery/door/firedoor,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/hallway/secondary/exit)
|
||||
"eL" = (
|
||||
/obj/structure/grille,
|
||||
/obj/machinery/door/firedoor{
|
||||
dir = 2
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
icon_state = "rwindow";
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/hallway/secondary/exit)
|
||||
"eM" = (
|
||||
/obj/machinery/atmospherics/unary/vent_pump/on{
|
||||
dir = 4
|
||||
@@ -2761,18 +2747,6 @@
|
||||
"ff" = (
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/hallway/secondary/exit)
|
||||
"fg" = (
|
||||
/obj/structure/grille,
|
||||
/obj/structure/window/reinforced,
|
||||
/obj/machinery/door/firedoor{
|
||||
dir = 2
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
icon_state = "rwindow";
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/hallway/secondary/exit)
|
||||
"fh" = (
|
||||
/obj/machinery/airlock_sensor{
|
||||
frequency = 1380;
|
||||
@@ -3507,6 +3481,9 @@
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/hallway/secondary/exit)
|
||||
"gB" = (
|
||||
@@ -3518,6 +3495,10 @@
|
||||
icon_state = "corner_white";
|
||||
dir = 5
|
||||
},
|
||||
/obj/machinery/light{
|
||||
icon_state = "tube1";
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/hallway/secondary/exit)
|
||||
"gC" = (
|
||||
@@ -8262,6 +8243,7 @@
|
||||
/obj/structure/disposalpipe/segment{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/window/reinforced,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/security/vacantoffice)
|
||||
"oU" = (
|
||||
@@ -8274,13 +8256,13 @@
|
||||
/turf/simulated/floor/carpet,
|
||||
/area/security/vacantoffice)
|
||||
"oV" = (
|
||||
/obj/structure/bed/chair/office/light{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/atmospherics/unary/vent_pump/on,
|
||||
/obj/structure/disposalpipe/segment{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/bed/chair/office/dark{
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/carpet,
|
||||
/area/security/vacantoffice)
|
||||
"oW" = (
|
||||
@@ -8614,6 +8596,9 @@
|
||||
layer = 3.1;
|
||||
name = "Office Shutters"
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/security/vacantoffice)
|
||||
"pB" = (
|
||||
@@ -12492,7 +12477,7 @@
|
||||
name = "Command Dock Monitoring";
|
||||
req_access = list(19)
|
||||
},
|
||||
/turf/simulated/floor/wood,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/bridge/levela)
|
||||
"xb" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
|
||||
@@ -16242,6 +16227,10 @@
|
||||
icon_state = "corner_white_full";
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/status_display/supply_display{
|
||||
pixel_x = 0;
|
||||
pixel_y = 30
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/quartermaster/loading)
|
||||
"Eo" = (
|
||||
@@ -16677,10 +16666,10 @@
|
||||
d2 = 2;
|
||||
icon_state = "1-2"
|
||||
},
|
||||
/obj/machinery/firealarm/west,
|
||||
/obj/machinery/light{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/firealarm/west,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/hallway/secondary/exit)
|
||||
"Ff" = (
|
||||
@@ -16899,6 +16888,7 @@
|
||||
/area/quartermaster/loading)
|
||||
"Fx" = (
|
||||
/obj/machinery/door/airlock/glass_mining{
|
||||
id_tag = "cargodoor";
|
||||
name = "Cargo Bay";
|
||||
req_access = null;
|
||||
req_one_access = list(31,48)
|
||||
@@ -17344,36 +17334,47 @@
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/quartermaster/loading)
|
||||
"Gh" = (
|
||||
/obj/structure/grille,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/window/reinforced,
|
||||
/obj/machinery/door/firedoor,
|
||||
/obj/structure/window/reinforced/polarized{
|
||||
dir = 8;
|
||||
id = "QMTint"
|
||||
},
|
||||
/obj/structure/window/reinforced/polarized{
|
||||
dir = 1;
|
||||
id = "QMTint"
|
||||
},
|
||||
/obj/structure/window/reinforced/polarized{
|
||||
id = "QMTint"
|
||||
},
|
||||
/obj/structure/grille,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/quartermaster/qm)
|
||||
"Gi" = (
|
||||
/obj/structure/grille,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/window/reinforced,
|
||||
/obj/machinery/door/firedoor,
|
||||
/obj/structure/window/reinforced/polarized{
|
||||
id = "QMTint"
|
||||
},
|
||||
/obj/structure/window/reinforced/polarized{
|
||||
dir = 1;
|
||||
id = "QMTint"
|
||||
},
|
||||
/obj/structure/grille,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/quartermaster/qm)
|
||||
"Gj" = (
|
||||
/obj/structure/grille,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/window/reinforced,
|
||||
/obj/machinery/door/firedoor,
|
||||
/obj/structure/window/reinforced/polarized{
|
||||
dir = 4;
|
||||
id = "QMTint"
|
||||
},
|
||||
/obj/structure/window/reinforced/polarized{
|
||||
dir = 1;
|
||||
id = "QMTint"
|
||||
},
|
||||
/obj/structure/window/reinforced/polarized{
|
||||
id = "QMTint"
|
||||
},
|
||||
/obj/structure/grille,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/quartermaster/qm)
|
||||
"Gk" = (
|
||||
@@ -17609,6 +17610,7 @@
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
|
||||
/obj/effect/floor_decal/corner/brown,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/quartermaster/loading)
|
||||
"GK" = (
|
||||
@@ -17617,9 +17619,6 @@
|
||||
icon_state = "corner_white_full";
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/status_display/supply_display{
|
||||
pixel_x = 32
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/quartermaster/loading)
|
||||
"GL" = (
|
||||
@@ -17627,7 +17626,7 @@
|
||||
department = "Cargo Bay";
|
||||
departmentType = 2;
|
||||
pixel_x = -30;
|
||||
pixel_y = 32
|
||||
pixel_y = -32
|
||||
},
|
||||
/obj/machinery/atmospherics/unary/vent_scrubber/on,
|
||||
/turf/simulated/floor/tiled,
|
||||
@@ -17653,6 +17652,11 @@
|
||||
/obj/effect/landmark/start{
|
||||
name = "Quartermaster"
|
||||
},
|
||||
/obj/machinery/button/windowtint{
|
||||
id = "QMTint";
|
||||
pixel_x = -20;
|
||||
pixel_y = -25
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/quartermaster/qm)
|
||||
"GN" = (
|
||||
@@ -17696,14 +17700,9 @@
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/firealarm/east,
|
||||
/obj/effect/floor_decal/corner/brown,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/quartermaster/loading)
|
||||
"GT" = (
|
||||
/turf/simulated/floor/tiled/ramp/bottom{
|
||||
icon_state = "rampbot";
|
||||
dir = 1
|
||||
},
|
||||
/area/quartermaster/loading)
|
||||
"GU" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
|
||||
@@ -17713,10 +17712,11 @@
|
||||
icon_state = "1-2"
|
||||
},
|
||||
/obj/structure/disposalpipe/segment,
|
||||
/turf/simulated/floor/tiled/ramp/bottom{
|
||||
icon_state = "rampbot";
|
||||
dir = 1
|
||||
/obj/effect/floor_decal/corner/brown{
|
||||
icon_state = "corner_white";
|
||||
dir = 6
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/quartermaster/loading)
|
||||
"GV" = (
|
||||
/obj/structure/grille,
|
||||
@@ -17862,27 +17862,9 @@
|
||||
/obj/machinery/atmospherics/unary/vent_pump/on{
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/quartermaster/loading)
|
||||
"Hh" = (
|
||||
/obj/effect/floor_decal/corner/brown/full{
|
||||
icon_state = "corner_white_full";
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/quartermaster/loading)
|
||||
"Hi" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
|
||||
/obj/structure/cable/green{
|
||||
d1 = 1;
|
||||
d2 = 2;
|
||||
icon_state = "1-2"
|
||||
},
|
||||
/obj/structure/disposalpipe/segment,
|
||||
/obj/effect/floor_decal/corner/brown/full{
|
||||
icon_state = "corner_white_full";
|
||||
dir = 1
|
||||
/obj/effect/floor_decal/corner/brown{
|
||||
icon_state = "corner_white";
|
||||
dir = 6
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/quartermaster/loading)
|
||||
@@ -17906,7 +17888,7 @@
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/quartermaster/qm)
|
||||
"Hm" = (
|
||||
/obj/structure/bed/chair{
|
||||
/obj/structure/bed/chair/office/dark{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
@@ -17964,13 +17946,6 @@
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/quartermaster/loading)
|
||||
"Ht" = (
|
||||
/obj/machinery/light/small{
|
||||
dir = 8
|
||||
},
|
||||
/obj/effect/floor_decal/corner/brown/full,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/quartermaster/loading)
|
||||
"Hu" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
|
||||
dir = 5
|
||||
@@ -17991,6 +17966,7 @@
|
||||
icon_state = "corner_white_full";
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/light/small,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/quartermaster/loading)
|
||||
"Hv" = (
|
||||
@@ -18420,6 +18396,11 @@
|
||||
icon_state = "corner_white_full";
|
||||
dir = 1
|
||||
},
|
||||
/obj/machinery/alarm{
|
||||
dir = 8;
|
||||
pixel_x = 25;
|
||||
pixel_y = 0
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/hallway/secondary/exit)
|
||||
"Ji" = (
|
||||
@@ -18597,6 +18578,7 @@
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/window/reinforced,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/hallway/secondary/exit)
|
||||
"Jy" = (
|
||||
@@ -18736,6 +18718,10 @@
|
||||
icon_state = "corner_white";
|
||||
dir = 10
|
||||
},
|
||||
/obj/machinery/light{
|
||||
icon_state = "tube1";
|
||||
dir = 2
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/hallway/secondary/exit)
|
||||
"JM" = (
|
||||
@@ -18756,6 +18742,11 @@
|
||||
icon_state = "corner_white_full";
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/alarm{
|
||||
dir = 8;
|
||||
pixel_x = 25;
|
||||
pixel_y = 0
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/hallway/secondary/exit)
|
||||
"JO" = (
|
||||
@@ -19053,6 +19044,7 @@
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/door/firedoor,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/sconference_room)
|
||||
"Kv" = (
|
||||
@@ -19267,7 +19259,7 @@
|
||||
"KQ" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/machinery/chemical_dispenser/coffee/full{
|
||||
spawn_cartridges = list(/obj/item/weapon/reagent_containers/chem_disp_cartridge/water)
|
||||
spawn_cartridges = list(/obj/item/weapon/reagent_containers/chem_disp_cartridge/coffee,/obj/item/weapon/reagent_containers/chem_disp_cartridge/milk,/obj/item/weapon/reagent_containers/chem_disp_cartridge/cream,/obj/item/weapon/reagent_containers/chem_disp_cartridge/sugar)
|
||||
},
|
||||
/obj/machinery/light,
|
||||
/turf/simulated/floor/wood,
|
||||
@@ -19493,6 +19485,12 @@
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/bridge/levela)
|
||||
"Ns" = (
|
||||
/obj/machinery/atmospherics/unary/vent_pump/on{
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/hallway/secondary/entry/aft)
|
||||
"NI" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
|
||||
@@ -19620,6 +19618,12 @@
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/hallway/secondary/entry/fore)
|
||||
"OP" = (
|
||||
/obj/structure/bed/chair/office/dark{
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/quartermaster/loading)
|
||||
"Pg" = (
|
||||
/obj/machinery/door/blast/regular{
|
||||
density = 0;
|
||||
@@ -19674,6 +19678,22 @@
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/bridge/levela)
|
||||
"Qh" = (
|
||||
/obj/machinery/door/firedoor,
|
||||
/obj/structure/window/reinforced/polarized{
|
||||
dir = 8;
|
||||
id = "QMTint"
|
||||
},
|
||||
/obj/structure/window/reinforced/polarized{
|
||||
dir = 4;
|
||||
id = "QMTint"
|
||||
},
|
||||
/obj/structure/window/reinforced/polarized{
|
||||
id = "QMTint"
|
||||
},
|
||||
/obj/structure/grille,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/quartermaster/loading)
|
||||
"QL" = (
|
||||
/obj/structure/table/rack{
|
||||
dir = 8;
|
||||
@@ -19690,6 +19710,16 @@
|
||||
/obj/item/weapon/towel,
|
||||
/turf/simulated/floor/tiled/freezer,
|
||||
/area/crew_quarters/toilet)
|
||||
"Rc" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
|
||||
/obj/structure/cable/green{
|
||||
d1 = 1;
|
||||
d2 = 2;
|
||||
icon_state = "1-2"
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/hallway/secondary/entry/aft)
|
||||
"Rn" = (
|
||||
/obj/machinery/embedded_controller/radio/airlock/docking_port{
|
||||
frequency = 1380;
|
||||
@@ -19704,6 +19734,43 @@
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/bridge/levela)
|
||||
"Rq" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
|
||||
/obj/structure/cable/green{
|
||||
d1 = 1;
|
||||
d2 = 2;
|
||||
icon_state = "1-2"
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/hallway/secondary/entry/aft)
|
||||
"Sm" = (
|
||||
/obj/effect/floor_decal/industrial/outline/yellow,
|
||||
/obj/structure/bed/chair{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/alarm{
|
||||
dir = 4;
|
||||
icon_state = "alarm0";
|
||||
pixel_x = -22;
|
||||
pixel_y = 0
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/hallway/secondary/exit)
|
||||
"TK" = (
|
||||
/obj/machinery/door/firedoor,
|
||||
/obj/structure/window/reinforced/polarized{
|
||||
dir = 1;
|
||||
id = "QMTint"
|
||||
},
|
||||
/obj/structure/window/reinforced/polarized{
|
||||
id = "QMTint"
|
||||
},
|
||||
/obj/structure/grille,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/quartermaster/qm)
|
||||
"TS" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
|
||||
dir = 6
|
||||
@@ -19726,6 +19793,31 @@
|
||||
},
|
||||
/turf/simulated/floor/tiled/freezer,
|
||||
/area/crew_quarters/toilet)
|
||||
"Uz" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
|
||||
/obj/structure/cable/green{
|
||||
d1 = 1;
|
||||
d2 = 2;
|
||||
icon_state = "1-2"
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/hallway/secondary/entry/aft)
|
||||
"UW" = (
|
||||
/obj/structure/grille,
|
||||
/obj/structure/window/reinforced,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 1
|
||||
},
|
||||
/obj/machinery/door/firedoor,
|
||||
/obj/structure/window/reinforced{
|
||||
icon_state = "rwindow";
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/hallway/secondary/exit)
|
||||
"Vk" = (
|
||||
/obj/machinery/firealarm/south,
|
||||
/turf/simulated/floor/tiled,
|
||||
@@ -20506,6 +20598,19 @@
|
||||
/obj/machinery/light/small,
|
||||
/turf/simulated/floor/tiled/freezer,
|
||||
/area/crew_quarters/toilet)
|
||||
"Xb" = (
|
||||
/obj/structure/disposalpipe/segment,
|
||||
/obj/machinery/alarm{
|
||||
dir = 4;
|
||||
icon_state = "alarm0";
|
||||
pixel_x = -22;
|
||||
pixel_y = 0
|
||||
},
|
||||
/obj/machinery/atmospherics/unary/vent_pump/on{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/hallway/secondary/entry/aft)
|
||||
"Xc" = (
|
||||
/obj/structure/toilet{
|
||||
icon_state = "toilet00";
|
||||
@@ -20678,6 +20783,23 @@
|
||||
},
|
||||
/turf/unsimulated/chasm_mask,
|
||||
/area/mine/explored)
|
||||
"YE" = (
|
||||
/obj/machinery/door/firedoor,
|
||||
/obj/structure/window/reinforced/polarized{
|
||||
dir = 4;
|
||||
id = "QMTint"
|
||||
},
|
||||
/obj/structure/window/reinforced/polarized{
|
||||
dir = 8;
|
||||
id = "QMTint"
|
||||
},
|
||||
/obj/structure/window/reinforced/polarized{
|
||||
dir = 1;
|
||||
id = "QMTint"
|
||||
},
|
||||
/obj/structure/grille,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/quartermaster/loading)
|
||||
"Zc" = (
|
||||
/obj/machinery/door/airlock/external{
|
||||
frequency = 1380;
|
||||
@@ -46313,8 +46435,8 @@ Gp
|
||||
Ek
|
||||
GS
|
||||
Hg
|
||||
Ek
|
||||
Ek
|
||||
EG
|
||||
Gp
|
||||
Ek
|
||||
NT
|
||||
Ih
|
||||
@@ -46569,8 +46691,8 @@ Ge
|
||||
Em
|
||||
GH
|
||||
DW
|
||||
Em
|
||||
GH
|
||||
Ge
|
||||
Ge
|
||||
DW
|
||||
sU
|
||||
HV
|
||||
@@ -46824,10 +46946,10 @@ Fu
|
||||
FP
|
||||
EW
|
||||
Gq
|
||||
EW
|
||||
EW
|
||||
EW
|
||||
GI
|
||||
GT
|
||||
Hh
|
||||
Ht
|
||||
DW
|
||||
Cg
|
||||
HW
|
||||
@@ -47075,7 +47197,7 @@ aa
|
||||
aa
|
||||
DW
|
||||
Eo
|
||||
Ek
|
||||
OP
|
||||
Ek
|
||||
Fv
|
||||
FQ
|
||||
@@ -47083,7 +47205,7 @@ Gf
|
||||
Gr
|
||||
GJ
|
||||
GU
|
||||
Hi
|
||||
GU
|
||||
Hu
|
||||
DW
|
||||
HQ
|
||||
@@ -47594,8 +47716,8 @@ EX
|
||||
Fx
|
||||
FS
|
||||
DW
|
||||
DW
|
||||
DW
|
||||
YE
|
||||
Qh
|
||||
Gk
|
||||
Hk
|
||||
Hw
|
||||
@@ -48364,7 +48486,7 @@ Cp
|
||||
Fa
|
||||
Cp
|
||||
Cp
|
||||
Gi
|
||||
TK
|
||||
Gv
|
||||
GN
|
||||
GY
|
||||
@@ -49327,7 +49449,7 @@ lB
|
||||
JQ
|
||||
lb
|
||||
Jz
|
||||
Jz
|
||||
Sm
|
||||
eJ
|
||||
aa
|
||||
aa
|
||||
@@ -49386,7 +49508,7 @@ DG
|
||||
DL
|
||||
DP
|
||||
DT
|
||||
Dt
|
||||
Xb
|
||||
Dz
|
||||
Dz
|
||||
Ac
|
||||
@@ -49628,7 +49750,7 @@ Bm
|
||||
BD
|
||||
BV
|
||||
Co
|
||||
Co
|
||||
Uz
|
||||
Co
|
||||
CW
|
||||
CQ
|
||||
@@ -49637,13 +49759,13 @@ Co
|
||||
IV
|
||||
Co
|
||||
Co
|
||||
Co
|
||||
Rc
|
||||
Co
|
||||
DH
|
||||
CW
|
||||
Co
|
||||
Co
|
||||
Co
|
||||
Rq
|
||||
Co
|
||||
CW
|
||||
Ff
|
||||
@@ -49885,7 +50007,7 @@ Bn
|
||||
BE
|
||||
BW
|
||||
Cp
|
||||
Cp
|
||||
Ns
|
||||
Cp
|
||||
CX
|
||||
Du
|
||||
@@ -50854,7 +50976,7 @@ aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
eK
|
||||
UW
|
||||
Jh
|
||||
JF
|
||||
hA
|
||||
@@ -50870,7 +50992,7 @@ JC
|
||||
Js
|
||||
JJ
|
||||
JN
|
||||
eK
|
||||
UW
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
@@ -51111,8 +51233,8 @@ aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
eL
|
||||
is
|
||||
eI
|
||||
eI
|
||||
gA
|
||||
kt
|
||||
hD
|
||||
@@ -51126,8 +51248,8 @@ Jk
|
||||
jX
|
||||
Jw
|
||||
Jx
|
||||
is
|
||||
fg
|
||||
eI
|
||||
eI
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
|
||||
+211
-167
@@ -207,13 +207,6 @@
|
||||
/obj/machinery/suit_storage_unit/standard_unit,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tcommsat/lounge)
|
||||
"aI" = (
|
||||
/obj/structure/disposaloutlet{
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/disposalpipe/trunk,
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/mine/explored)
|
||||
"aJ" = (
|
||||
/obj/effect/floor_decal/industrial/warning{
|
||||
dir = 1
|
||||
@@ -285,10 +278,6 @@
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tcommsat/lounge)
|
||||
"aO" = (
|
||||
/obj/structure/disposalpipe/segment,
|
||||
/turf/simulated/wall/r_wall,
|
||||
/area/tcommsat/lounge)
|
||||
"aP" = (
|
||||
/obj/effect/floor_decal/industrial/warning{
|
||||
dir = 8
|
||||
@@ -435,7 +424,6 @@
|
||||
d2 = 8;
|
||||
icon_state = "2-8"
|
||||
},
|
||||
/obj/structure/disposalpipe/segment,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tcommsat/lounge)
|
||||
"aZ" = (
|
||||
@@ -455,7 +443,6 @@
|
||||
d2 = 2;
|
||||
icon_state = "1-2"
|
||||
},
|
||||
/obj/structure/disposalpipe/segment,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tcommsat/lounge)
|
||||
"bb" = (
|
||||
@@ -525,7 +512,6 @@
|
||||
d2 = 4;
|
||||
icon_state = "1-4"
|
||||
},
|
||||
/obj/structure/disposalpipe/segment,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tcommsat/lounge)
|
||||
"bk" = (
|
||||
@@ -620,27 +606,6 @@
|
||||
d2 = 4;
|
||||
icon_state = "2-4"
|
||||
},
|
||||
/obj/structure/disposalpipe/segment{
|
||||
dir = 4;
|
||||
icon_state = "pipe-c"
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tcommsat/lounge)
|
||||
"bw" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/cable/blue{
|
||||
d1 = 4;
|
||||
d2 = 8;
|
||||
icon_state = "4-8"
|
||||
},
|
||||
/obj/structure/disposalpipe/segment{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tcommsat/lounge)
|
||||
"bx" = (
|
||||
@@ -657,10 +622,6 @@
|
||||
d2 = 8;
|
||||
icon_state = "1-8"
|
||||
},
|
||||
/obj/structure/disposalpipe/segment{
|
||||
dir = 8;
|
||||
icon_state = "pipe-c"
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tcommsat/lounge)
|
||||
"by" = (
|
||||
@@ -812,8 +773,8 @@
|
||||
icon_state = "1-2"
|
||||
},
|
||||
/obj/structure/disposalpipe/segment{
|
||||
dir = 8;
|
||||
icon_state = "pipe-c"
|
||||
icon_state = "pipe-c";
|
||||
dir = 2
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tcommsat/lounge)
|
||||
@@ -1091,6 +1052,7 @@
|
||||
d2 = 8;
|
||||
icon_state = "1-8"
|
||||
},
|
||||
/obj/structure/disposalpipe/segment,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tcommsat/lounge)
|
||||
"cr" = (
|
||||
@@ -1126,7 +1088,11 @@
|
||||
/obj/structure/bed/chair{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/light,
|
||||
/obj/machinery/camera/network/telecom{
|
||||
c_tag = "Telecomms - Dorm";
|
||||
dir = 1;
|
||||
icon_state = "camera"
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tcommsat/lounge)
|
||||
"cv" = (
|
||||
@@ -1173,6 +1139,7 @@
|
||||
d2 = 2;
|
||||
icon_state = "1-2"
|
||||
},
|
||||
/obj/structure/disposalpipe/segment,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tcommsat/lounge)
|
||||
"cz" = (
|
||||
@@ -1282,6 +1249,7 @@
|
||||
dir = 1
|
||||
},
|
||||
/obj/structure/cable/blue,
|
||||
/obj/structure/disposalpipe/segment,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/tcommsat/lounge)
|
||||
"cJ" = (
|
||||
@@ -2903,6 +2871,28 @@
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/mine/explored)
|
||||
"hR" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
|
||||
/obj/structure/cable/blue{
|
||||
d1 = 1;
|
||||
d2 = 2;
|
||||
icon_state = "1-2"
|
||||
},
|
||||
/obj/machinery/camera/network/telecom{
|
||||
c_tag = "Telecomms - Lounge";
|
||||
dir = 8;
|
||||
icon_state = "camera"
|
||||
},
|
||||
/obj/structure/disposalpipe/segment,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tcommsat/lounge)
|
||||
"kE" = (
|
||||
/obj/structure/disposalpipe/segment{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/mine/explored)
|
||||
"za" = (
|
||||
/obj/effect/floor_decal/industrial/warning{
|
||||
dir = 1
|
||||
@@ -2912,6 +2902,60 @@
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/mine/explored)
|
||||
"Aj" = (
|
||||
/obj/structure/disposalpipe/segment,
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/mine/explored)
|
||||
"AK" = (
|
||||
/obj/structure/disposalpipe/segment{
|
||||
dir = 8;
|
||||
icon_state = "pipe-c"
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/mine/explored)
|
||||
"FZ" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/cable/blue{
|
||||
d1 = 4;
|
||||
d2 = 8;
|
||||
icon_state = "4-8"
|
||||
},
|
||||
/obj/machinery/camera/network/telecom{
|
||||
c_tag = "Telecomms - Lounge Entrance";
|
||||
dir = 1;
|
||||
icon_state = "camera"
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tcommsat/lounge)
|
||||
"IB" = (
|
||||
/obj/machinery/light{
|
||||
dir = 4;
|
||||
status = 2
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tcommsat/lounge)
|
||||
"Kb" = (
|
||||
/obj/random/loot,
|
||||
/turf/simulated/floor/asteroid/ash,
|
||||
/area/mine/explored)
|
||||
"WJ" = (
|
||||
/obj/effect/floor_decal/industrial/warning{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/disposaloutlet{
|
||||
icon_state = "outlet";
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/disposalpipe/trunk{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/reinforced/airless,
|
||||
/area/mine/explored)
|
||||
|
||||
(1,1,1) = {"
|
||||
aa
|
||||
@@ -4539,11 +4583,11 @@ aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
@@ -4794,13 +4838,13 @@ aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
ab
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ab
|
||||
ac
|
||||
ac
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
@@ -5049,14 +5093,14 @@ aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ac
|
||||
ac
|
||||
ab
|
||||
ac
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
@@ -5306,13 +5350,13 @@ aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
@@ -5565,11 +5609,11 @@ aa
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
@@ -5820,14 +5864,14 @@ aa
|
||||
aa
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ac
|
||||
ab
|
||||
ab
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
@@ -6076,15 +6120,15 @@ aa
|
||||
aa
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ab
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
@@ -6333,15 +6377,15 @@ aa
|
||||
aa
|
||||
ab
|
||||
ab
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
@@ -6591,14 +6635,14 @@ ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
@@ -6849,14 +6893,14 @@ ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ac
|
||||
ac
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
@@ -7109,11 +7153,11 @@ ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ac
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
@@ -7369,8 +7413,8 @@ ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
@@ -7628,7 +7672,7 @@ ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
@@ -10689,7 +10733,7 @@ aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
ac
|
||||
aa
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
@@ -10946,9 +10990,9 @@ aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
@@ -11203,17 +11247,17 @@ aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
ab
|
||||
@@ -11462,9 +11506,9 @@ aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
@@ -13038,13 +13082,13 @@ bC
|
||||
bK
|
||||
bU
|
||||
bZ
|
||||
as
|
||||
IB
|
||||
aU
|
||||
cv
|
||||
ap
|
||||
ag
|
||||
fs
|
||||
ag
|
||||
WJ
|
||||
fe
|
||||
ah
|
||||
ah
|
||||
@@ -13301,7 +13345,7 @@ ap
|
||||
ap
|
||||
cP
|
||||
ah
|
||||
ah
|
||||
kE
|
||||
ah
|
||||
ah
|
||||
ah
|
||||
@@ -13558,7 +13602,7 @@ cw
|
||||
cG
|
||||
ah
|
||||
ah
|
||||
ah
|
||||
kE
|
||||
ah
|
||||
ah
|
||||
ah
|
||||
@@ -13815,7 +13859,7 @@ cx
|
||||
cH
|
||||
ah
|
||||
ah
|
||||
ah
|
||||
kE
|
||||
ah
|
||||
ah
|
||||
ah
|
||||
@@ -14072,7 +14116,7 @@ cx
|
||||
cH
|
||||
ah
|
||||
ah
|
||||
ah
|
||||
kE
|
||||
ah
|
||||
ah
|
||||
ah
|
||||
@@ -14315,7 +14359,7 @@ au
|
||||
fb
|
||||
as
|
||||
as
|
||||
aU
|
||||
FZ
|
||||
ap
|
||||
bh
|
||||
bu
|
||||
@@ -14329,7 +14373,7 @@ cx
|
||||
cH
|
||||
ah
|
||||
ah
|
||||
ah
|
||||
kE
|
||||
ah
|
||||
ah
|
||||
ah
|
||||
@@ -14576,17 +14620,17 @@ aV
|
||||
ap
|
||||
as
|
||||
bv
|
||||
bE
|
||||
bV
|
||||
bO
|
||||
bV
|
||||
bV
|
||||
bV
|
||||
hR
|
||||
bE
|
||||
bE
|
||||
cq
|
||||
cy
|
||||
cI
|
||||
ah
|
||||
ah
|
||||
ah
|
||||
Aj
|
||||
Aj
|
||||
AK
|
||||
ah
|
||||
ah
|
||||
ah
|
||||
@@ -14832,7 +14876,7 @@ ap
|
||||
aW
|
||||
ap
|
||||
as
|
||||
bw
|
||||
aU
|
||||
as
|
||||
as
|
||||
ap
|
||||
@@ -15089,7 +15133,7 @@ ap
|
||||
aX
|
||||
ap
|
||||
bi
|
||||
bw
|
||||
aU
|
||||
as
|
||||
bP
|
||||
ap
|
||||
@@ -15340,9 +15384,9 @@ ah
|
||||
ah
|
||||
ah
|
||||
ah
|
||||
an
|
||||
aI
|
||||
aO
|
||||
ah
|
||||
ah
|
||||
ap
|
||||
aY
|
||||
ba
|
||||
bj
|
||||
@@ -16663,10 +16707,10 @@ ab
|
||||
ab
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
@@ -16921,9 +16965,9 @@ ab
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
@@ -17180,7 +17224,7 @@ ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
aa
|
||||
@@ -18711,7 +18755,7 @@ ab
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
ab
|
||||
Kb
|
||||
ab
|
||||
ab
|
||||
ab
|
||||
@@ -19484,7 +19528,7 @@ ac
|
||||
ac
|
||||
ac
|
||||
ab
|
||||
ab
|
||||
Kb
|
||||
ac
|
||||
ac
|
||||
ac
|
||||
|
||||
Reference in New Issue
Block a user