Fixes Colossus Projectiles (#32621)

This commit is contained in:
kevinz000
2017-11-11 23:26:33 -08:00
committed by CitadelStationBot
parent 1f7deabbfb
commit 80a06368bf

View File

@@ -164,12 +164,8 @@ Difficulty: Very Hard
return
var/turf/startloc = get_turf(src)
var/obj/item/projectile/P = new /obj/item/projectile/colossus(startloc)
P.starting = startloc
P.preparePixelProjectile(marker, startloc)
P.firer = src
if(marker)
P.yo = marker.y - startloc.y
P.xo = marker.x - startloc.x
P.original = marker
if(target)
P.original = target
P.fire(set_angle)