Fix Pubby auxiliary mining base

This commit is contained in:
Tad Hardesty
2018-05-30 18:28:36 -07:00
parent 2c85e2a2e3
commit d06d725340
3 changed files with 153 additions and 4 deletions
+1 -1
View File
@@ -279,7 +279,7 @@
if(istype(P, /obj/docking_port/stationary))
log_world("Map warning: Shuttle Template [S.mappath] has a stationary docking port.")
if(!found)
var/msg = "load_template(): Shuttle Template [S.mappath] has no mobile docking port. Aborting import."
var/msg = "load_template(): Shuttle Template [S.mappath] has no mobile docking port. Aborting import."
for(var/T in affected)
var/turf/T0 = T
T0.empty()