Make the extra bright lantern actually flash you. (#9387)

* lantern goes STUN STUN

* fix an awkward extra spacebar

* fixing the lantern as emogarbage suggested

* buffs the usage amount

ngl, 15 might be a bit over the top, but it is several times larger than a normal flash so it somewhat makes sense.

* fixed encoding
This commit is contained in:
ninruB
2022-07-05 20:40:19 +02:00
committed by GitHub
parent f71c5806c9
commit 3c4998649b
4 changed files with 9 additions and 1 deletions

View File

@@ -42,3 +42,5 @@
radius: 5 radius: 5
energy: 10 energy: 10
color: "#FFC458" color: "#FFC458"
- type: Flash
uses: 15

Binary file not shown.

After

Width:  |  Height:  |  Size: 793 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1014 B

View File

@@ -1,4 +1,4 @@
{ {
"version": 1, "version": 1,
"license": "CC-BY-SA-3.0", "license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/9bebd81ae0b0a7f952b59886a765c681205de31f", "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/9bebd81ae0b0a7f952b59886a765c681205de31f",
@@ -25,6 +25,12 @@
"name": "on-inhand-left", "name": "on-inhand-left",
"directions": 4 "directions": 4
}, },
{
"name": "burnt"
},
{
"name": "flashing"
},
{ {
"name": "on-inhand-right", "name": "on-inhand-right",
"directions": 4 "directions": 4