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
+1
View File
@@ -750,5 +750,6 @@
src.visible_message("\red [name] shatters.","\red You hear a small glass object shatter.")
status = LIGHT_BROKEN
force = 5
sharp = 1
playsound(src.loc, 'sound/effects/Glasshit.ogg', 75, 1)
update()