mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
Makes blenders multitoolable for grub larva
This commit is contained in:
@@ -327,6 +327,13 @@
|
||||
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