Fixes macro escape slashes

Derp.

Conflicts:
	code/controllers/shuttle_controller.dm
This commit is contained in:
mwerezak
2014-06-26 20:48:07 -04:00
committed by ZomgPonies
parent 9079bb353e
commit d3c35251bb
+1 -1
View File
@@ -291,7 +291,7 @@ var/global/datum/shuttle_controller/shuttle_controller
var/dat = ""
for (var/dock_tag in dock_controller_map + dock_controller_map_station + dock_controller_map_offsite)
dat += "\"[dock_tag]\", "
world << "/red /b warning: shuttles with docking tags [dat] could not find their controllers!"
world << "\red \b warning: shuttles with docking tags [dat] could not find their controllers!"
//makes all shuttles docked to something at round start go into the docked state
for (var/shuttle_tag in shuttles)