Adds violin destruction (#2575)

Attacking people with the violin will not break said instrument. Also, shooting bottles will now break them as well
This commit is contained in:
Alberyk
2017-06-03 05:32:37 -03:00
committed by skull132
parent db1c130e1c
commit e8cbf0fe50
5 changed files with 21 additions and 1 deletions
@@ -148,6 +148,9 @@
var/obj/item/weapon/broken_bottle/B = smash(target.loc, target)
user.put_in_active_hand(B)
/obj/item/weapon/reagent_containers/food/drinks/bottle/bullet_act()
smash(loc)
//Keeping this here for now, I'll ask if I should keep it here.
/obj/item/weapon/broken_bottle
@@ -529,4 +532,4 @@
icon_state = "sarezhibottle"
New()
..()
reagents.add_reagent("sarezhiwine", 100)
reagents.add_reagent("sarezhiwine", 100)