Remove brigmedic hypospray (#15426)

This commit is contained in:
Nemanja
2023-04-15 11:07:13 -04:00
committed by GitHub
parent 0d947d73bc
commit ca4c523635
7 changed files with 0 additions and 54 deletions

View File

@@ -53,7 +53,6 @@
contents:
- id: Flash
- id: WeaponDisabler
- id: BrigmedicHypo
- id: ClothingOuterHardsuitBrigmed
- id: EncryptionKeyMedical
- id: BoxSterileMask
@@ -70,8 +69,6 @@
prob: 0.3
- id: MedkitBurnFilled
prob: 0.7
- id: OmnizineChemistryBottle
prob: 0.1
- type: entity
id: LockerDetectiveFilled

View File

@@ -264,28 +264,3 @@
- id: Hypopen
sound:
path: /Audio/Effects/unwrap.ogg
- type: entity
name: brigmedic hypospray
parent: BaseItem
description: An injector (most often) of medicines in liquid form, it has a small inscription on it "PROPERTY OF A BRIGMEDIC, HANDS OFF!"
id: BrigmedicHypo
components:
- type: Sprite
sprite: Objects/Specific/Medical/brigmedichypo.rsi
state: hypo
- type: Item
sprite: Objects/Specific/Medical/brigmedichypo.rsi
- type: SolutionContainerManager
solutions:
hypospray:
maxVol: 5
- type: RefillableSolution
solution: hypospray
- type: ExaminableSolution
solution: hypospray
- type: Hypospray
- type: UseDelay
delay: 2.5
- type: StaticPrice
price: 550

Binary file not shown.

Before

Width:  |  Height:  |  Size: 570 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 480 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 513 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 513 B

View File

@@ -1,26 +0,0 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from syndicate station from PR https://github.com/space-syndicate/space-station-14/pull/422, sprite modified by PuroSlavKing (Github)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "hypo"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "equipped-BELT",
"directions": 4
}
]
}