Merge pull request #38179 from AutomaticFrenzy/patch/pubby-aux

Fix Pubby auxiliary mining base
This commit is contained in:
Jordan Brown
2018-06-01 10:48:12 -04:00
committed by letterjay
parent 340c6d2e83
commit 34f59b7a48
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()