mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-22 04:24:20 +01:00
register non-mapload docking ports on init (#29581)
This commit is contained in:
committed by
GitHub
parent
973204b3ab
commit
80a92a2681
@@ -165,6 +165,11 @@
|
||||
|
||||
var/lock_shuttle_doors = 0
|
||||
|
||||
/obj/docking_port/stationary/Initialize(mapload)
|
||||
. = ..()
|
||||
if(!mapload)
|
||||
register()
|
||||
|
||||
// Preset for adding whiteship docks to ruins. Has widths preset which will auto-assign the shuttle
|
||||
/obj/docking_port/stationary/whiteship
|
||||
dwidth = 6
|
||||
|
||||
Reference in New Issue
Block a user