From bfba10b96e6e2a7cf3284ccfbb031671482e4e1b Mon Sep 17 00:00:00 2001 From: Minemoder5000 Date: Fri, 18 Apr 2025 08:12:26 -0600 Subject: [PATCH] Disable point light on rainbow weed (#36479) * botanists can no longer destroy the lighting engine * unshaded --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- .../Objects/Specific/Hydroponics/leaves.yml | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) 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 -- 2.51.2