Skip to content

Commit

Permalink
Starshell Typo Fix (#3924)
Browse files Browse the repository at this point in the history
# About the pull request

Minor spelling fix for starshell ash description

# Explain why it's good for the game

No.

# Changelog
:cl:
spellcheck: fix typo relating to Starshell ash
/:cl:
  • Loading branch information
Ben10083 committed Jul 19, 2023
1 parent 7ac0031 commit 751fafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/devices/flashlight.dm
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@

/obj/item/device/flashlight/flare/on/starshell_ash
name = "burning star shell ash"
desc = "Bright burning ash from a Star Shell 40mm. Don't touch, oh it'll burn ya'."
desc = "Bright burning ash from a Star Shell 40mm. Don't touch, or it'll burn ya'."
icon_state = "starshell_ash"
brightness_on = 7
anchored = TRUE//can't be picked up
Expand Down

0 comments on commit 751fafe

Please sign in to comment.