This commit is contained in:
kevinz000
2020-06-18 08:16:05 -07:00
parent da704db97d
commit 1b5ea90c8f
7 changed files with 49 additions and 22 deletions

View File

@@ -872,6 +872,14 @@
/atom/proc/GenerateTag()
return
/**
* Called after a shuttle is loaded **from map template initially**.
*
* @params
* * port - Mobile port/shuttle
* * dock - Stationary dock the shuttle's at
* * idnum - ID number of the shuttle
*/
/atom/proc/connect_to_shuttle(obj/docking_port/mobile/port, obj/docking_port/stationary/dock, idnum, override=FALSE)
return