prefabs/wormlight.lua
313233343536inst:AddComponent("inspectable") inst:AddComponent("inventoryitem") inst:AddComponent("edible") inst.components.edible.foodtype = "VEGGIE"
3132333435363738inst:AddComponent("inspectable") inst:AddComponent("inventoryitem") inst:AddComponent("tradable") inst:AddComponent("edible") inst.components.edible.foodtype = "VEGGIE"