Skip to content

Commit

Permalink
Duplicate ID Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Dec 11, 2024
1 parent 4c9351f commit 2ecc0ba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

- type: entity
parent: CrateGenericSteel
id: CrateMedical
id: CrateMedical2
name: medical crate
description: A metal crate for storing medical equipment.
components:
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Structures/Storage/tanks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@

- type: entity
parent: StorageTankWide
id: StorageTank
id: StorageTank2
suffix: Empty
components:
- type: Sprite
Expand All @@ -138,7 +138,7 @@

- type: entity
id: StorageTankFullFuel
parent: StorageTank
parent: StorageTank2
suffix: Full
components:
- type: SolutionContainerManager
Expand Down
8 changes: 4 additions & 4 deletions Resources/Prototypes/Entities/Structures/Wallmount/signs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# 32x32
- type: entity
parent: SignBase
id: SignBar
id: SignBar2
name: bar sign
description: Bar! Get drunk here.
components:
Expand All @@ -13,7 +13,7 @@
state: bar

- type: entity
parent: SignBar
parent: SignBar2
id: SignClinic
name: clinic sign
description: A clinic sign. Hopefully they have meds.
Expand All @@ -26,7 +26,7 @@
color: '#00ff00'

- type: entity
parent: SignBar
parent: SignBar2
id: SignOpen1
name: open sign
description: Open for business. Maybe.
Expand Down Expand Up @@ -100,7 +100,7 @@

# 64x32
- type: entity
parent: SignBar
parent: SignBar2
id: SignBazaarOn
name: bazaar sign
description: A sign for a bazaar. How bizarre.
Expand Down

0 comments on commit 2ecc0ba

Please sign in to comment.