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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Isthisamap #1309

Closed
wants to merge 49 commits into from
Closed
Show file tree
Hide file tree
Changes from 31 commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
e5b33ab
before map changes
dwasint Feb 29, 2024
213c585
stuff
dwasint Feb 29, 2024
43029b7
changes pass 1
dwasint Feb 29, 2024
3a2c4e0
more changes
dwasint Feb 29, 2024
9df306a
gold grubs perhaps
dwasint Feb 29, 2024
871d747
more tweaks
dwasint Feb 29, 2024
305f8c2
Merge branch 'master' into isthisamap
dwasint Feb 29, 2024
35b2119
Update biodome.dmm
dwasint Feb 29, 2024
197c138
forgot ptl
dwasint Feb 29, 2024
b423665
Update biodome.dmm
dwasint Feb 29, 2024
e839851
is this the issue?
dwasint Feb 29, 2024
31d3827
more fixes
dwasint Feb 29, 2024
827b92d
radio host
dwasint Feb 29, 2024
a8ee21a
my brain is working at 1%
dwasint Feb 29, 2024
95fa79a
fuck
dwasint Feb 29, 2024
5bd9db8
this is so dumb
dwasint Feb 29, 2024
5aeb687
Update biodome.dmm
dwasint Feb 29, 2024
0bdd94e
Update biodome.dmm
dwasint Feb 29, 2024
6c91796
Update biodome.dmm
dwasint Feb 29, 2024
09d0a4d
more fixes
dwasint Feb 29, 2024
9c23a47
why didn;t these commit
dwasint Feb 29, 2024
d9b6427
adds 1 more set of cages to biodome
dwasint Feb 29, 2024
34fd849
Update tgstation.dme
dwasint Feb 29, 2024
86ca79f
Update biodome.dmm
dwasint Feb 29, 2024
cfb2da1
Update biodome.dmm
dwasint Feb 29, 2024
6389ab9
fixes
dwasint Feb 29, 2024
7de4037
more tweaks start of animation helper
dwasint Mar 3, 2024
17fae5e
Merge branch 'master' into isthisamap
dwasint Mar 3, 2024
502fdf4
clears animate holder
dwasint Mar 4, 2024
3e5cf85
Update animate_holder.dm
dwasint Mar 4, 2024
59ec531
Update atoms.dm
dwasint Mar 5, 2024
0aeedf0
guh
dwasint Mar 5, 2024
a8b5c8b
Update animate_holder.dm
dwasint Mar 5, 2024
cdb256b
guh
dwasint Mar 5, 2024
595f268
Update tgstation.dme
dwasint Mar 5, 2024
c63e273
Update atoms.dm
dwasint Mar 5, 2024
d5cf2b5
potentially fixes BP and dummy hard deletes
dwasint Mar 7, 2024
cb5c898
whoops
dwasint Mar 7, 2024
f4886a0
fuck
dwasint Mar 7, 2024
8c91c6b
Adds ATMs to Biodome
Absolucy Mar 11, 2024
baa4aa3
Merge pull request #1 from Absolucy/biodome-deshittification
dwasint Mar 18, 2024
5b83be3
Update biodome.dmm
dwasint Mar 18, 2024
209a122
adds missing stuff
dwasint Mar 21, 2024
041d6e1
Merge branch 'master' into isthisamap
dwasint Apr 20, 2024
e52d9c3
Update biodome.dmm
dwasint Apr 20, 2024
9449189
Fix tgui dev server on Windows (#82032)
Arokha Mar 17, 2024
884fdef
Fixes tgui dev server [NO GBP] (#79898)
jlsnow301 Nov 24, 2023
466d2c9
Fixes dev server... AGAIN [No GBP] (#79991)
jlsnow301 Nov 28, 2023
b6e0ffe
matrix edit
dwasint Apr 20, 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
1 change: 1 addition & 0 deletions _maps/_basemap.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include "map_files\NorthStar\north_star.dmm"
#include "map_files\IceBoxStation\IceBoxStation.dmm"
#include "map_files\tramstation\tramstation.dmm"
#include "map_files\biodome\biodome.dmm"

#ifdef CIBUILDING
#include "templates.dm"
Expand Down
32 changes: 32 additions & 0 deletions _maps/biodome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"version": 1,
"map_name": "Biodome",
"map_path": "map_files/biodome",
"map_file": "biodome.dmm",
"shuttles": {
"emergency": "emergency_meta",
"ferry": "ferry_fancy",
"cargo": "cargo_biodome",
"whiteship": "whiteship_box"
},
"traits": [
{
"Up": true,
"Baseturf": "/turf/open/misc/asteroid/airless",
"Linkage": "Cross"
},
{
"Down": true,
"Baseturf": "/turf/open/openspace",
"Linkage": "Cross"
}
],
"job_changes": {
"Cook": {
"additional_cqc_areas": ["/area/station/service/kitchen/diner"]
},
"Captain": {
"special_charter": "asteroid"
}
}
}
Loading
Loading