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
+4
View File
@@ -472,6 +472,8 @@
icon_state = "hatchet"
flags = FPRINT | TABLEPASS | CONDUCT
force = 12.0
sharp = 1
edge = 1
w_class = 2.0
throwforce = 15.0
throw_speed = 4
@@ -497,6 +499,8 @@
desc = "A sharp and curved blade on a long fibremetal handle, this tool makes it easy to reap what you sow."
force = 13.0
throwforce = 5.0
sharp = 1
edge = 1
throw_speed = 1
throw_range = 3
w_class = 4.0