Skip to content

Commit

Permalink
flare buff
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Aug 25, 2023
1 parent 31e44bd commit 5e1b8e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/game/objects/items/devices/flashlight.dm
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@
name = "flare"
desc = "A red USCM issued flare. There are instructions on the side, it reads 'pull cord, make light'."
w_class = SIZE_SMALL
light_range = 5 //As bright as a flashlight, but more disposable. Doesn't burn forever though
light_power = 2
light_range = 8
icon_state = "flare"
item_state = "flare"
actions = list() //just pull it manually, neckbeard.
Expand Down

0 comments on commit 5e1b8e0

Please sign in to comment.