From: Minemoder5000 Date: Fri, 18 Apr 2025 14:12:26 +0000 (-0600) Subject: Disable point light on rainbow weed (#36479) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=bfba10b96e6e2a7cf3284ccfbb031671482e4e1b;p=space-station-14.git 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> --- 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