Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] however, he burns his finger in the process. (#1682)
Browse files Browse the repository at this point in the history
* however, he burn`s` his finger in the process. (#82267)

## About The Pull Request

how's this grammar mistake gone unnoticed for actual years
## Why It's Good For The Game

yes
## Changelog
:cl:
spellcheck: however, he burn`s` his finger in the process.
/:cl:

---------

Co-authored-by: Kapu1178 <[email protected]>

* however, he burn`s` his finger in the process.

---------

Co-authored-by: zeroisthebiggay <[email protected]>
Co-authored-by: Kapu1178 <[email protected]>
3 people authored and StealsThePRs committed Mar 28, 2024
1 parent 8a114eb commit 9b07f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/cigs_lighters.dm
Original file line number Diff line number Diff line change
@@ -885,7 +885,7 @@ CIGARETTE PACKETS ARE IN FANCY.DM
var/hitzone = user.held_index_to_dir(user.active_hand_index) == "r" ? BODY_ZONE_PRECISE_R_HAND : BODY_ZONE_PRECISE_L_HAND
user.apply_damage(5, BURN, hitzone)
user.visible_message(
span_warning("After a few attempts, [user] manages to light [src] - however, [user.p_they()] burn [user.p_their()] finger in the process."),
span_warning("After a few attempts, [user] manages to light [src] - however, [user.p_they()] burn[user.p_s()] [user.p_their()] finger in the process."),
span_warning("You burn yourself while lighting the lighter!")
)
user.add_mood_event("burnt_thumb", /datum/mood_event/burnt_thumb)

0 comments on commit 9b07f77

Please sign in to comment.