Syringes that spawn with content start in inject mode (#25881)
* Remove unnecessary datafield names, syringes with stuff in them start in inject mode * No trash tag * Remove ViewVariables since DataField has them implicitly * Revert "No trash tag" This reverts commit 2c42172653d2cc70d58bd5bedf61a880b939bf20. * Get rid of tags entirely for PrefilledSyringes --------- Co-authored-by: Plykiya <plykiya@protonmail.com>
This commit is contained in:
@@ -785,7 +785,7 @@
|
||||
# Syringes
|
||||
- type: entity
|
||||
name: ephedrine syringe
|
||||
parent: BaseSyringe
|
||||
parent: PrefilledSyringe
|
||||
id: SyringeEphedrine
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
@@ -798,7 +798,7 @@
|
||||
|
||||
- type: entity
|
||||
name: inaprovaline syringe
|
||||
parent: BaseSyringe
|
||||
parent: PrefilledSyringe
|
||||
id: SyringeInaprovaline
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
@@ -811,7 +811,7 @@
|
||||
|
||||
- type: entity
|
||||
name: tranexamic acid syringe
|
||||
parent: BaseSyringe
|
||||
parent: PrefilledSyringe
|
||||
id: SyringeTranexamicAcid
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
@@ -824,7 +824,7 @@
|
||||
|
||||
- type: entity
|
||||
name: bicaridine syringe
|
||||
parent: BaseSyringe
|
||||
parent: PrefilledSyringe
|
||||
id: SyringeBicaridine
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
@@ -837,7 +837,7 @@
|
||||
|
||||
- type: entity
|
||||
name: dermaline syringe
|
||||
parent: BaseSyringe
|
||||
parent: PrefilledSyringe
|
||||
id: SyringeDermaline
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
@@ -850,7 +850,7 @@
|
||||
|
||||
- type: entity
|
||||
name: hyronalin syringe
|
||||
parent: BaseSyringe
|
||||
parent: PrefilledSyringe
|
||||
id: SyringeHyronalin
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
@@ -863,7 +863,7 @@
|
||||
|
||||
- type: entity
|
||||
name: ipecac syringe
|
||||
parent: BaseSyringe
|
||||
parent: PrefilledSyringe
|
||||
id: SyringeIpecac
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
@@ -876,7 +876,7 @@
|
||||
|
||||
- type: entity
|
||||
name: ambuzol syringe
|
||||
parent: BaseSyringe
|
||||
parent: PrefilledSyringe
|
||||
id: SyringeAmbuzol
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
@@ -889,7 +889,7 @@
|
||||
|
||||
- type: entity
|
||||
name: sigynate syringe
|
||||
parent: BaseSyringe
|
||||
parent: PrefilledSyringe
|
||||
id: SyringeSigynate
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
@@ -902,7 +902,7 @@
|
||||
|
||||
- type: entity
|
||||
name: ethylredoxrazine syringe
|
||||
parent: BaseSyringe
|
||||
parent: PrefilledSyringe
|
||||
id: SyringeEthylredoxrazine
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
@@ -915,7 +915,7 @@
|
||||
|
||||
- type: entity
|
||||
name: phalanximine syringe
|
||||
parent: BaseSyringe
|
||||
parent: PrefilledSyringe
|
||||
id: SyringePhalanximine
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
@@ -928,7 +928,7 @@
|
||||
|
||||
- type: entity
|
||||
name: saline syringe
|
||||
parent: BaseSyringe
|
||||
parent: PrefilledSyringe
|
||||
id: SyringeSaline
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
@@ -942,7 +942,7 @@
|
||||
#this is where all the syringes are so i didn't know where to put it
|
||||
- type: entity
|
||||
name: romerol syringe
|
||||
parent: BaseSyringe
|
||||
parent: PrefilledSyringe
|
||||
id: SyringeRomerol
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
@@ -955,7 +955,7 @@
|
||||
|
||||
- type: entity
|
||||
name: stimulants syringe
|
||||
parent: BaseSyringe
|
||||
parent: PrefilledSyringe
|
||||
id: SyringeStimulants
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
|
||||
@@ -364,6 +364,13 @@
|
||||
- Syringe
|
||||
- Trash
|
||||
|
||||
- type: entity
|
||||
parent: BaseSyringe
|
||||
id: PrefilledSyringe
|
||||
components:
|
||||
- type: Injector
|
||||
toggleState: Inject
|
||||
|
||||
- type: entity
|
||||
id: SyringeBluespace
|
||||
parent: BaseSyringe
|
||||
|
||||
Reference in New Issue
Block a user