ALL HAIL LEMONS

This commit is contained in:
Aurorablade
2016-09-22 02:00:04 -04:00
parent b00ce51135
commit dee83ef62e
11 changed files with 136 additions and 101 deletions
@@ -160,9 +160,6 @@
if(!(initial(shuttle_type.suffix)))
continue
var/datum/map_template/shuttle/S = new shuttle_type()
shuttle_templates[S.shuttle_id] = S
+8 -2
View File
@@ -1,6 +1,6 @@
/datum/map_template/shuttle
name = "Base Shuttle Template"
var/prefix = "_maps/shuttles/"
var/prefix = "_maps/map_files/shuttles/"
var/suffix
var/port_id
var/shuttle_id
@@ -74,7 +74,7 @@
/datum/map_template/shuttle/emergency/narnar
suffix = "narnar"
name = "Shuttle 667(WIP)"
name = "Shuttle 667"
description = "Looks like this shuttle may have wandered into the \
darkness between the stars on route to the station. Let's not think \
too hard about where all the bodies came from."
@@ -82,6 +82,12 @@
constructs. Put players in constructs if you want them to move. \
Cloning pods in 'medbay' area are showcases and nonfunctional."
/datum/map_template/shuttle/emergency/old
suffix = "old"
name = "Retired Station shuttle."
description = "an older model of the station shuttle."
/datum/map_template/shuttle/ferry/base
suffix = "base"
name = "transport ferry"