[READY] New map (#13)

* some stuff for shuttle
* yay, an unoriginal map
looks like i'm the one responsible for it
* moves them to a path that game finds it
* requested changes
* some changes to fix shuttles
* more shuttle fixes
* almost done with it
* mapmerger
* making travis hate us less?
* permabrig shuttle
* more stuff
* thought it was abandoned
* renames it to the right name
* well, i guess we're testing
* almost finished with it, give me pizza
* who ya gonna call ?
the police, let me out of this basement
* forgot this one
* please, tell me that's how you connect them
* maybe the shuttle works now ?
* Revert "Merge branch 'new-map' of https://github.com/SandPoot/Sandstorm-Station-13 into new-map"
This reverts commit 1941a64e28, reversing
changes made to fda6afe660.
* Revert "maybe the shuttle works now ?"
This reverts commit fda6afe660.
* Revert "Revert "Merge branch 'new-map' of https://github.com/SandPoot/Sandstorm-Station-13 into new-map""
This reverts commit fbae802dd3.
* jeez, why did i make so many shuttles
i'm lazy
* google
how do i modify the changelog
* another one bites the dust
* is it finally done ?
* do we need viro ?
* IT ISN'T OVER!!
* this isn't the last one, apparently
Co-authored-by: crazyraio2 <44246096+crazyraio2@users.noreply.github.com> *actually mainly done by them*
This commit is contained in:
Enric Gabriel
2020-07-03 15:46:15 -03:00
committed by GitHub
parent 31738b0c8b
commit 04445eaf3c
10 changed files with 95519 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
/datum/map_template/shuttle/sandcode
name = "Sandcode Base Shuttle Template"
prefix = "_maps/shuttles/"
can_be_bought = FALSE
/datum/map_template/shuttle/sandcode/satshuttle
port_id = "access"
name = "Sattelite Access Shuttle"
suffix = "smol"
/datum/map_template/shuttle/arrival/smol
port_id = "arrival"
suffix = "smol"
name = "arrival shuttle (Smol)"
/datum/map_template/shuttle/sandcode/permabrig
port_id = "axsbrig"
name = "Perma Brig Access Shuttle"
suffix = "smol"
/datum/map_template/shuttle/sandcode/scioutpost
port_id = "axsscioutpost"
name = "Science Outpost Access Shuttle"
suffix = "smol"