Skip to content

Commit

Permalink
Removes 'the' where it is not needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Crowbar764 committed Sep 24, 2023
1 parent ab44c0d commit f284db3
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 f284db3

Please sign in to comment.