mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-21 20:28:14 +01:00
[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 commit1941a64e28, reversing changes made tofda6afe660. * Revert "maybe the shuttle works now ?" This reverts commitfda6afe660. * Revert "Revert "Merge branch 'new-map' of https://github.com/SandPoot/Sandstorm-Station-13 into new-map"" This reverts commitfbae802dd3. * 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:
@@ -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"
|
||||
Reference in New Issue
Block a user