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:
@@ -42,3 +42,5 @@
|
||||
radius: 5
|
||||
energy: 10
|
||||
color: "#FFC458"
|
||||
- type: Flash
|
||||
uses: 15
|
||||
|
||||
BIN
Resources/Textures/Objects/Tools/lantern.rsi/burnt.png
Normal file
BIN
Resources/Textures/Objects/Tools/lantern.rsi/burnt.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 793 B |
BIN
Resources/Textures/Objects/Tools/lantern.rsi/flashing.png
Normal file
BIN
Resources/Textures/Objects/Tools/lantern.rsi/flashing.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1014 B |
@@ -1,4 +1,4 @@
|
||||
{
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/9bebd81ae0b0a7f952b59886a765c681205de31f",
|
||||
@@ -25,6 +25,12 @@
|
||||
"name": "on-inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "burnt"
|
||||
},
|
||||
{
|
||||
"name": "flashing"
|
||||
},
|
||||
{
|
||||
"name": "on-inhand-right",
|
||||
"directions": 4
|
||||
|
||||
Reference in New Issue
Block a user