mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 02:25:06 +01:00
Merge pull request #3577 from Screemonster/willitblend
Makes blenders multitoolable for grub larva
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user