Skip to content

Commit

Permalink
Bugfix: Small wording fix (#4490)
Browse files Browse the repository at this point in the history
# About the pull request

Removes 'the'.


![image](https://github.com/cmss13-devs/cmss13/assets/59719612/0931deb7-9158-4e01-a003-9ff3ef3a5e35)

Fixes #4472

# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>


![image](https://github.com/cmss13-devs/cmss13/assets/59719612/73e38110-8141-4855-8600-023b2a238aa6)

</details>


# Changelog

:cl: Casper
fix: fixed cigarette punctuation error
/:cl:
  • Loading branch information
Crowbar764 authored Sep 26, 2023
1 parent 4bba6b5 commit 05c8329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/tools/flame_tools.dm
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ CIGARETTE PACKETS ARE IN FANCY.DM
if(user == M)
user.visible_message(SPAN_NOTICE(type_butt ? "[user] calmly drops and treads on the lit [src], putting it out instantly." : "[user] puts out \the [src]."))
else
to_chat(M, SPAN_NOTICE("Your [src] goes out."))
to_chat(M, SPAN_NOTICE("Your [src.name] goes out."))
STOP_PROCESSING(SSobj, src)
if(type_butt)
var/turf/T = get_turf(src)
Expand Down

0 comments on commit 05c8329

Please sign in to comment.