Merge pull request #3577 from Screemonster/willitblend

Makes blenders multitoolable for grub larva
This commit is contained in:
Aronai Sieyes
2018-04-28 20:49:19 -04:00
committed by GitHub
@@ -327,6 +327,12 @@
if(default_deconstruction_crowbar(user, O))
return
//vorestation edit start - for solargrubs
if (istype(O, /obj/item/device/multitool))
return ..()
//vorestation edit end
if (istype(O,/obj/item/weapon/reagent_containers/glass) || \
istype(O,/obj/item/weapon/reagent_containers/food/drinks/glass2) || \
istype(O,/obj/item/weapon/reagent_containers/food/drinks/shaker))