Proted instabeams for energy projectiles.

Also buffed laser damage to pre-merge.
This commit is contained in:
Chinsky
2012-11-06 20:35:48 +04:00
parent 4a9c7b82ae
commit 1a02f2ff1c
9 changed files with 96 additions and 26 deletions
+1 -1
View File
@@ -114,7 +114,7 @@
bmark.pixel_x--
bmark.pixel_y--
if(Proj.damage >= 20 || istype(Proj, /obj/item/projectile/practice))
if(Proj.damage >= 20 || istype(Proj, /obj/item/projectile/beam/practice))
bmark.icon_state = "scorch"
bmark.dir = pick(NORTH,SOUTH,EAST,WEST) // random scorch design
@@ -554,4 +554,8 @@
..()
return
/obj/item/weapon/storage/pill_bottle/New()
pixel_x = rand (-7,7)
pixel_y = rand (-7,7)
..()
////////////////////////////////////////////////////////////////////////////////