Adds sharp and edge flags to appropriate items

Went through as many /obj/item/weapons as I could find and added sharp
and edge flags where appropriate.
This commit is contained in:
mwerezak
2014-06-16 13:26:44 -04:00
parent 45c2274b0a
commit 6dee9cf65d
9 changed files with 20 additions and 1 deletions

View File

@@ -49,6 +49,7 @@
/obj/item/projectile/bullet/burstbullet//I think this one needs something for the on hit
name = "exploding bullet"
damage = 20
embed = 0
edge = 1

View File

@@ -17,7 +17,8 @@
icon_state= "bolter"
damage = 50
flag = "bullet"
sharp = 1
edge = 1
on_hit(var/atom/target, var/blocked = 0)
explosion(target, -1, 0, 2)