Make advanced mop wieldable (#20229)

This commit is contained in:
Psychpsyo
2023-09-16 06:33:01 +02:00
committed by GitHub
parent 075936df0f
commit 5d74447679
4 changed files with 14 additions and 1 deletions

View File

@@ -52,6 +52,11 @@
Blunt: 10 Blunt: 10
- type: Spillable - type: Spillable
solution: absorbed solution: absorbed
- type: Wieldable
- type: IncreaseDamageOnWield
damage:
types:
Blunt: 5
- type: Item - type: Item
size: 15 size: 15
sprite: Objects/Specific/Janitorial/advmop.rsi sprite: Objects/Specific/Janitorial/advmop.rsi

View File

@@ -1,7 +1,7 @@
{ {
"version": 1, "version": 1,
"license": "CC-BY-SA-3.0", "license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/b136cf653c4926e475f8d39b34cd1b713331865a", "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/b136cf653c4926e475f8d39b34cd1b713331865a, wielded versions by Psychpsyo",
"size": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
@@ -17,6 +17,14 @@
{ {
"name": "inhand-right", "name": "inhand-right",
"directions": 4 "directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
},
{
"name": "wielded-inhand-right",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 B