lint errors

This commit is contained in:
iaada
2025-07-27 14:27:02 -05:00
parent 4d3e3c7a4f
commit d0a57fa214
6 changed files with 11 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
- type: entity
parent: [DrinkBase, DrinkGlassBase]
parent: [DrinkBase, DrinkBaseGlass]
id: DrinkMeth
name: meth # beer it is. coffee. beer? coff-ee? be-er? c-o... b-e
description: Just a whole glass of meth.

View File

@@ -68,7 +68,7 @@
# Pre-opened
- type: entity
abstract: true
parent: DrinkOpenableBase
parent: DrinkBaseOpenable
id: DrinkBaseOpenableOpen
components:
- type: Sprite

View File

@@ -83,8 +83,9 @@
damage:
types:
Blunt: 5
- type: PhysicalComposition
materialComposition: [] # To override previous compositions and get recycled
- type: Tag
tags:
- Recyclable
# Fragile plastic
- type: entity

View File

@@ -68,7 +68,7 @@
# created when taking apart an ied
- type: entity
parent: [ DrinkOpenableOpenBase, DrinkColaCan ]
parent: [ DrinkBaseOpenableOpen, DrinkColaCan ]
id: DrinkColaCanEmpty
suffix: Empty
components:

View File

@@ -42,6 +42,9 @@
fillBaseName: icon-
- type: StaticPrice
price: 10
- type: Tag
tags:
- DrinkCup
## Misc Cups
@@ -57,7 +60,7 @@
price: 125
- type: entity
parent: [DrinkBaseCup, DrinkBasePorcelain]
parent: DrinkBaseMug
id: DrinkTeacupEmpty
name: teacup
description: A plain white porcelain teacup.
@@ -71,10 +74,8 @@
- state: icon-0
- map: ["enum.SolutionContainerLayers.Fill"]
state: icon-4
- type: Appearance
- type: SolutionContainerVisuals
maxFillLevels: 4
fillBaseName: icon-
- type: entity
parent: [ DrinkBase, DrinkBaseGlass ]
@@ -109,6 +110,7 @@
- type: Tag
tags:
- DrinkGlass
- Recyclable
- type: entity
parent: [DrinkBase, DrinkBaseCardboard]

View File

@@ -68,9 +68,6 @@
sprite: Objects/Consumable/Drinks/teapot.rsi
- type: FitsInDispenser
solution: drink
- type: Tag
tags:
- DrinkGlass
- type: entity
parent: BaseStorageItem