Fixes meteor and immoveable rods hitting Centcomm (#1252)

This commit is contained in:
CitadelStationBot
2017-06-02 23:36:45 -05:00
committed by kevinz000
parent 6b93199a5e
commit b85384c0ad
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -21,8 +21,8 @@ In my current plan for it, 'solid' will be defined as anything with density == 1
/datum/round_event/immovable_rod/start()
var/startside = pick(GLOB.cardinal)
var/turf/startT = spaceDebrisStartLoc(startside, 1)
var/turf/endT = spaceDebrisFinishLoc(startside, 1)
var/turf/startT = spaceDebrisStartLoc(startside, ZLEVEL_STATION)
var/turf/endT = spaceDebrisFinishLoc(startside, ZLEVEL_STATION)
new /obj/effect/immovablerod(startT, endT)
/obj/effect/immovablerod