Remove pill tags (#15891)

This commit is contained in:
metalgearsloth
2023-04-29 19:44:46 +10:00
committed by GitHub
parent a372daadb2
commit a4f77b7376
4 changed files with 7 additions and 12 deletions

View File

@@ -241,12 +241,12 @@
- Gauze - Gauze
- Ointment - Ointment
- CigPack - CigPack
- Pill
- PillCanister - PillCanister
- Radio - Radio
components: components:
- Hypospray - Hypospray
- Injector - Injector
- Pill
- type: ItemMapper - type: ItemMapper
mapLayers: mapLayers:
bottle: bottle:
@@ -259,8 +259,9 @@
- Hypospray - Hypospray
pill: pill:
whitelist: whitelist:
tags: components:
- Pill - Pill
tags:
- PillCanister - PillCanister
bottle_spray: bottle_spray:
whitelist: whitelist:

View File

@@ -20,9 +20,10 @@
quickInsert: true quickInsert: true
areaInsert: true areaInsert: true
whitelist: whitelist:
components:
- Pill
tags: tags:
- PillCanister - PillCanister
- Pill
- Bottle - Bottle
- Syringe - Syringe
- type: Dumpable - type: Dumpable

View File

@@ -284,10 +284,6 @@
size: 1 size: 1
sprite: Objects/Specific/Chemistry/pills.rsi sprite: Objects/Specific/Chemistry/pills.rsi
- type: Pill - type: Pill
# TODO remove pill tag?
- type: Tag
tags:
- Pill
- type: Food - type: Food
forceFeedDelay: 1 forceFeedDelay: 1
transferAmount: null transferAmount: null
@@ -342,6 +338,6 @@
storageInsertSound: /Audio/Effects/pill_insert.ogg storageInsertSound: /Audio/Effects/pill_insert.ogg
storageRemoveSound: /Audio/Effects/pill_remove.ogg storageRemoveSound: /Audio/Effects/pill_remove.ogg
whitelist: whitelist:
tags: components:
- Pill - Pill
- type: Dumpable - type: Dumpable

View File

@@ -492,9 +492,6 @@
- type: Tag - type: Tag
id: Pickaxe id: Pickaxe
- type: Tag
id: Pill
- type: Tag - type: Tag
id: PillCanister id: PillCanister