Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The new [SOMEWHAT NEAT] Nanotrasen Outpost! #2490

Merged
merged 42 commits into from
Jan 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
07fcaa4
the outpost !!
goober3 Nov 17, 2023
b8852b4
tweaks the brig, enables outposts
goober3 Nov 17, 2023
2d68d33
fixes bathroom area to appease the linters
goober3 Nov 17, 2023
43f5e36
tweaks
goober3 Nov 17, 2023
0fe7fc8
further tweaks & attempts to appease CI
goober3 Nov 17, 2023
ed2c525
hangars!!! and fire alarms.
goober3 Nov 18, 2023
e3bda7b
re-enables outposts
goober3 Nov 18, 2023
fe846fc
straightens up the pillars on the 56x20 hangar
goober3 Nov 18, 2023
e88c2c3
Merge branch 'master' into icepost
goober3 Nov 18, 2023
2157ae4
tweaks to the hangars & outpost
goober3 Nov 18, 2023
4b6ab2f
Merge branch 'icepost' of https://github.com/goober3/hi-github-portsi…
goober3 Nov 18, 2023
64b4b95
intercoms, maintenance greeble
goober3 Nov 18, 2023
b0c3730
posters, adds tiny fans to ERT bay
goober3 Nov 18, 2023
e793ffd
indestructible schist, comments out nt_asteroid for TMing purposes --…
goober3 Nov 25, 2023
a68655e
Merge branch 'master' into icepost
goober3 Nov 25, 2023
69e3c63
new elevator, remaps hangars a little, major additions / tweaks to ou…
goober3 Dec 3, 2023
5d9d033
Merge branch 'icepost' of https://github.com/goober3/hi-github-portsi…
goober3 Dec 3, 2023
88d843d
Merge branch 'master' into icepost
goober3 Dec 3, 2023
998bcf2
fixes baseturf-less snow tiles
goober3 Dec 3, 2023
933fe0b
Merge branch 'icepost' of https://github.com/goober3/hi-github-portsi…
goober3 Dec 3, 2023
8b6aaae
fixes bar area
goober3 Dec 3, 2023
8f923a0
populates trashcans
goober3 Dec 3, 2023
1759356
tweaks the outpost and hangars, hopefully fixes checks.
goober3 Dec 5, 2023
a4de6e4
APC in fore maintenance
goober3 Dec 5, 2023
a455fca
greebles tables in underground hangars
goober3 Dec 6, 2023
3546510
adds door shutters & unlocked safes to shops
goober3 Dec 6, 2023
e569082
repositions the stethoscopes to maintenance tunnels for esteeming bur…
goober3 Dec 6, 2023
6611134
adds cryo room & lounge
goober3 Dec 7, 2023
9fccda2
tweaks, removes newspapers from underground hangars to prevent spacew…
goober3 Dec 7, 2023
97ab8e5
tweaks, fixes checks probably
goober3 Dec 7, 2023
d96b24c
yikes!
goober3 Dec 7, 2023
520a921
dd
goober3 Dec 7, 2023
3ae4665
Merge branch 'master' into icepost
goober3 Dec 7, 2023
399662e
tweaks outpost level, converts all hangars to outdoor versions.
goober3 Dec 13, 2023
0ed8c16
Merge branch 'icepost' of https://github.com/goober3/hi-github-portsi…
goober3 Dec 13, 2023
340b5a6
Merge branch 'master' into icepost
goober3 Dec 13, 2023
80dfec6
fixing lighting in small hangars
goober3 Dec 16, 2023
f16099d
Merge remote-tracking branch 'upstream/master' into icepost
goober3 Jan 5, 2024
9feeb9e
tweaks bar
goober3 Jan 5, 2024
31e21cb
Merge branch 'master' into icepost
goober3 Jan 5, 2024
4520cb7
Merge branch 'icepost' of https://github.com/goober3/hi-github-portsi…
goober3 Jan 5, 2024
0ed7419
very important commit !!
goober3 Jan 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions _maps/outpost/elevator_ice.dmm
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/obj/structure/elevator_platform,
/obj/machinery/light/small/directional/east{
pixel_y = 6
},
/turf/template_noop,
/area/template_noop)
"e" = (
/obj/structure/elevator_platform,
/obj/machinery/light/small/directional/east{
pixel_y = -6
},
/obj/machinery/elevator_floor_button{
pixel_y = 10;
dir = 8;
pixel_x = 24
},
/turf/template_noop,
/area/template_noop)
"A" = (
/obj/structure/elevator_platform,
/turf/template_noop,
/area/template_noop)
"S" = (
/obj/structure/elevator_platform,
/obj/machinery/status_display/elevator{
pixel_x = 32
},
/turf/template_noop,
/area/template_noop)

(1,1,1) = {"
A
A
A
"}
(2,1,1) = {"
A
A
A
"}
(3,1,1) = {"
a
S
e
"}
Loading