Adds a name for the escape pod controller

This commit is contained in:
mwerezak
2014-07-17 20:07:13 -04:00
parent 21b2742086
commit 3ea7e0ce3c

View File

@@ -1,5 +1,6 @@
//This controller goes on the escape pod itself
/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod
name = "escape pod controller"
var/datum/shuttle/ferry/escape_pod/pod
/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod/ui_interact(mob/user, ui_key = "main", var/datum/nanoui/ui = null)