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.

Conflicts:
	code/modules/research/xenoarchaeology/finds/finds_misc.dm
This commit is contained in:
mwerezak
2014-06-17 07:08:25 -04:00
committed by ZomgPonies
parent ab24ad8a8d
commit 6ada0cf263
9 changed files with 19 additions and 1 deletions
+4
View File
@@ -519,6 +519,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
@@ -541,6 +543,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