You feel a tiny prick (Hypospray) (#3034)

This commit is contained in:
Pieter-Jan Briers
2021-01-24 14:18:12 +01:00
committed by GitHub
parent 72b5ae9468
commit c947bb75e6
10 changed files with 253 additions and 1 deletions

Binary file not shown.

View File

@@ -0,0 +1,15 @@
- type: entity
name: hypospray
parent: BaseItem
description: A sterile injector for rapid administration of drugs to patients.
id: Hypospray
components:
- type: Sprite
sprite: Objects/Specific/Medical/hypospray.rsi
state: hypo
- type: Item
sprite: Objects/Specific/Medical/hypospray.rsi
- type: SolutionContainer
maxVol: 30
caps: AddTo, CanExamine
- type: Hypospray

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

View File

@@ -0,0 +1 @@
{"version": 1, "size": {"x": 32, "y": 32}, "license": "Taken from https://github.com/tgstation/tgstation/tree/727eb0a445bccbdc2d472e158e96b87fc0e997a1", "copyright": "CC-BY-SA-3.0", "states": [{"name": "hypo", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]}