-Changed the weighting on Juggernaut's shell to make it more likely to deflect the energy projectile than reflect it.

For Lesser Magic Missile:
-Halved the projectile life span
-Added a cap to the amount of targets, 6 as an experimental number

-Made the helper text more useful for new constructs
This commit is contained in:
Malkevin
2013-07-24 20:30:26 +01:00
parent 4e852b6876
commit c292b7e14d
3 changed files with 7 additions and 5 deletions
@@ -168,8 +168,8 @@
// Find a turf near or on the original location to bounce to
if(P.starting)
var/new_x = P.starting.x + pick(0, 0, 0, 0, 0, -1, 1, -2, 2)
var/new_y = P.starting.y + pick(0, 0, 0, 0, 0, -1, 1, -2, 2)
var/new_x = P.starting.x + pick(0, 0, -1, 1, -1, 1, -2, 2, -2, 2, -2, 2)
var/new_y = P.starting.y + pick(0, 0, -1, 1, -1, 1, -2, 2, -2, 2, -2, 2)
var/turf/curloc = get_turf(src)
// redirect the projectile