diff --git a/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/leaves.yml b/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/leaves.yml index 06f2974305..3ef9e99cd2 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/leaves.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/leaves.yml @@ -65,7 +65,7 @@ - Smokable - type: Item size: Tiny - + - type: entity name: rainbow cannabis leaves parent: LeavesCannabis @@ -73,14 +73,18 @@ description: "Is it supposed to be glowing like that...?" components: - type: Sprite - sprite: Objects/Specific/Hydroponics/rainbow_cannabis.rsi + layers: + - sprite: Objects/Specific/Hydroponics/rainbow_cannabis.rsi + state: produce + shader: unshaded - type: Produce seedId: rainbowCannabis - - type: PointLight - radius: 1.5 - energy: 2 - - type: RgbLightController - cycleRate: 0.6 + # disabled because 50 morbillion point lights still break the lighting engine + #- type: PointLight + # radius: 1.5 + # energy: 2 + #- type: RgbLightController + # cycleRate: 0.6 - type: SolutionContainerManager solutions: food: @@ -250,4 +254,4 @@ tags: - Smokable - type: Item - size: Tiny \ No newline at end of file + size: Tiny