Skip to content
New issue

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

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

Already on GitHub? # to your account

Graveyard map #3677

Merged
merged 38 commits into from
Nov 26, 2024
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
953f756
graveyard initial
Sord213 Oct 4, 2024
3cd2857
some fixes
Sord213 Oct 4, 2024
91afb6a
needed nav landmarks
Sord213 Oct 5, 2024
6855aed
more changes/fixes
Sord213 Oct 5, 2024
70a255c
add more stuff
Sord213 Oct 7, 2024
007ff08
that probably shouldn't be null
Sord213 Oct 7, 2024
c646ae5
lints i guess
Sord213 Oct 7, 2024
495a558
maybe i want it lowercase. did you ever think of that, LINT?
Sord213 Oct 7, 2024
5f29220
more stuff
Sord213 Oct 7, 2024
cff721a
fix some pipes
Sord213 Oct 7, 2024
a9d2206
fix some more pipes
Sord213 Oct 7, 2024
bb457dc
fix more doublepipes
Sord213 Oct 7, 2024
3a266fc
dont actually need this anymore
Sord213 Oct 7, 2024
db14974
more stuff
Sord213 Oct 7, 2024
a99f644
Merge branch 'Monkestation:master' into graveyard
Sord213 Oct 7, 2024
bd1e1d8
more work done
Sord213 Oct 17, 2024
0cdaded
Merge branch 'graveyard' of https://github.com/Sord213/Monkestation2.…
Sord213 Oct 17, 2024
3ea4596
fix missing quotation mark
Sord213 Oct 17, 2024
ead7f63
various fixes and additions
Sord213 Oct 23, 2024
3c90f5c
make underground radsafe (I think)
Sord213 Oct 23, 2024
d9e4e3c
oh yeah that cargo door
Sord213 Oct 23, 2024
281cb0e
more things
Sord213 Oct 23, 2024
31c7f23
prison wing, more stuff
Sord213 Oct 28, 2024
c3646e7
fix some things
Sord213 Oct 28, 2024
9564a46
protect tunnels from rads, other various map changes
Sord213 Oct 28, 2024
3e6e9bb
event ready
Sord213 Oct 29, 2024
1d3c89a
more spooky decor
Sord213 Oct 29, 2024
875cb0f
fixes
Sord213 Oct 30, 2024
f21203b
Merge branch 'Monkestation:master' into graveyard
Sord213 Oct 30, 2024
d421ac2
various fixes and changes, nt rep office
Sord213 Oct 30, 2024
61554c4
de-spookifying
Sord213 Nov 4, 2024
d807050
fix errors, lint, add navbeacons
Sord213 Nov 4, 2024
0211ebe
nerf the armory a bit
Sord213 Nov 4, 2024
af7dea3
ai upload
Sord213 Nov 4, 2024
f77a7cb
Merge branch 'Monkestation:master' into graveyard
Sord213 Nov 4, 2024
0d1bdbb
fix things, add things, you know the deal
Sord213 Nov 4, 2024
b00424e
lint
Sord213 Nov 4, 2024
28765ec
fix errant wire
Sord213 Nov 4, 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
Prev Previous commit
Next Next commit
dont actually need this anymore
  • Loading branch information
Sord213 committed Oct 7, 2024
commit 3a266fcd740af601062189630abce45b263f84b4
5 changes: 0 additions & 5 deletions code/game/turfs/open/ashplanet.dm
Original file line number Diff line number Diff line change
@@ -68,8 +68,3 @@
/turf/open/misc/ashplanet/wateryrock/Initialize(mapload)
icon_state = "[icon_state][rand(1, 9)]"
. = ..()

// Monke Edit
/turf/open/misc/ashplanet/rocky/safe
initial_gas_mix = OPENTURF_DEFAULT_ATMOS
// End of Monke Edit