Skip to content

Commit

Permalink
Make the extra bright lantern actually flash you. (#9387)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
asperger-sind authored Jul 5, 2022
1 parent f71c580 commit 3c49986
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Resources/Prototypes/Entities/Objects/Tools/lantern.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@
radius: 5
energy: 10
color: "#FFC458"
- type: Flash
uses: 15
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion Resources/Textures/Objects/Tools/lantern.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -25,6 +25,12 @@
"name": "on-inhand-left",
"directions": 4
},
{
"name": "burnt"
},
{
"name": "flashing"
},
{
"name": "on-inhand-right",
"directions": 4
Expand Down

0 comments on commit 3c49986

Please sign in to comment.