Merge pull request #9694 from PsiOmegaDelta/150605-Meteors

Ports /tg/'s meteors.
This commit is contained in:
Chinsky
2015-06-08 14:17:57 +03:00
54 changed files with 304 additions and 448 deletions

View File

@@ -111,11 +111,10 @@ proc/Icarus_FireCannon(var/turf/target)
target = locate(x, y, target.z)
// Finally fire the fucker.
var/obj/effect/meteor/small/projectile = new (start)
var/obj/effect/meteor/projectile = new (start)
projectile.dest = target
projectile.name = "main gun projectile" // stealthy
projectile.hits = 6
projectile.detonation_chance = 99 // it's a missile/cannon round thing!
// Make sure it travels
spawn(0)