mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2025-12-10 04:06:00 +00:00
Moves docking arm to D2 below cargo+ useful customs and shop (#3598)
* Moves docking arm to D2 below cargo, installs customs office and Visitor rooms there A large shop area, the docking arm, a vistor room. Most importantly, all somewhat secure. It's now possible for security to watch a single chokepoint that people coming to the docking arm can access without hacking. There's still a side-door to encourage sneaking gameplay if traders wish to break in without taking out a wall, but overall, more secure. At the very least, customs is now more between the docking arm and the rest of the station, instead of on the far side of the docking arm. Note: old customs is still in place, as it has a shuttle attached I don't feel like needs to be moved. Old laundry is gone, but haven't decided what to do with old visit office. DNM Currently non-functional for reasons I don't understand. The station's shuttles won't take the new docking arm's docks as valid landing points, and I don't understand why. Mostly making this for map merge conflict resolution. * Fixes: Docking arm waypoints not working, strange hole to space, some pipes. * Removes explo's staircase, refubishes visitor room, moves cargo substation, adds last two visitor dorms, de-walmarts the clothes vendors * Fixes _the hole_ Can't resolve light issue, or airlock cycling * replaces misplaced spacing with proper spacing * Fixes (hopefully) integration errors, as well as non-functional airlock, by cannibalizing and sacrificing two others. * Fixes a broken pipe that I removed to make it not run under a wall, and never re-connected
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -235,13 +235,11 @@
|
||||
icon_state = "globe"
|
||||
color = "#d35b5b"
|
||||
initial_generic_waypoints = list(
|
||||
"tether_dockarm_d1a1", //Bottom left,
|
||||
"tether_dockarm_d1a2", //Top left,
|
||||
"tether_dockarm_d1a3", //Left on inside,
|
||||
"tether_dockarm_d2a1", //Bottom right,
|
||||
"tether_dockarm_d2a2", //Top right,
|
||||
"tether_dockarm_d1l", //End of left arm,
|
||||
"tether_dockarm_d2l", //End of right arm,
|
||||
"tether_dockarm_d2a", //Top left
|
||||
"tether_dockarm_d2b", //Bottom left,
|
||||
"tether_dockarm_d2r", //Right,
|
||||
"tether_dockarm_d2l", //End of arm,
|
||||
"tether_space_SE", //station1, bottom right of space,
|
||||
"tether_space_SE", //station1, bottom right of space,
|
||||
"tether_space_NE", //station1, top right of space,
|
||||
"tether_space_SW", //station2, bottom left of space,
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
warmup_time = 5
|
||||
move_time = 45
|
||||
landmark_offsite = "tether_backup_low"
|
||||
landmark_station = "tether_dockarm_d1a3"
|
||||
landmark_station = "tether_customs_shuttle"
|
||||
landmark_transition = "tether_backup_transit"
|
||||
shuttle_area = /area/shuttle/tether
|
||||
//crash_areas = list(/area/shuttle/tether/crash1, /area/shuttle/tether/crash2)
|
||||
|
||||
Reference in New Issue
Block a user