Merge pull request #3021 from Neerti/2/23/2017_porting_map_datum_system

Ports a large chunk of the map datum system that europa/bay uses.
This commit is contained in:
Anewbe
2017-03-02 16:32:02 -06:00
committed by GitHub
128 changed files with 17236 additions and 16960 deletions
+1 -1
View File
@@ -377,7 +377,7 @@
/obj/machinery/power/smes/proc/ion_act()
if(src.z in config.station_levels)
if(src.z in using_map.station_levels)
if(prob(1)) //explosion
for(var/mob/M in viewers(src))
M.show_message("\red The [src.name] is making strange noises!", 3, "\red You hear sizzling electronics.", 2)