]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix shaker sprites (#26899)
authorVerm <32827189+Vermidia@users.noreply.github.com>
Fri, 12 Apr 2024 06:44:47 +0000 (01:44 -0500)
committerGitHub <noreply@github.com>
Fri, 12 Apr 2024 06:44:47 +0000 (16:44 +1000)
* Change basefoodshaker to parent from basefoodcondiment instead

* Make them still refillable

Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/condiments.yml

index babc2533f185286b3d778e1b755d6bc11bd09be8..bbe5cf244b2abf65f9aa9b371632b8af976de819 100644 (file)
 # Shakers
 
 - type: entity
-  parent: BaseFoodCondimentBottle
+  parent: BaseFoodCondiment
   id: BaseFoodShaker
   abstract: true
   name: empty shaker
         acts: [ "Destruction" ]
   - type: Sprite
     state: shaker-empty
+  - type: RefillableSolution
+    solution: food
 
 - type: entity
   parent: BaseFoodShaker