Gyrojet bolts now explode on contact with mobs and walls.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2626 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
kortgstation@gmail.com
2011-12-06 04:50:42 +00:00
parent 1657e3a9dc
commit 07dac128c1
3 changed files with 18 additions and 6 deletions
@@ -34,12 +34,6 @@
damage = 20
/obj/item/projectile/bullet/gyro
name ="gyro"
icon_state= "bolter"
damage = 50
/obj/item/projectile/bullet/stunshot
name = "stunshot"
damage = 5
@@ -12,6 +12,18 @@
return 1
/obj/item/projectile/bullet/gyro
name ="gyro"
icon_state= "bolter"
damage = 50
flag = "bullet"
on_hit(var/atom/target, var/blocked = 0)
explosion(target, -1, 0, 2)
return 1
/obj/item/projectile/temp
name = "freeze beam"