Skip to content

Commit

Permalink
Punctuation (#25627)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daylight2 authored May 25, 2024
1 parent 9d1b4c1 commit 8412356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/game/objects/items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ GLOBAL_DATUM_INIT(welding_sparks, /mutable_appearance, mutable_appearance('icons
pointed_object += " inside [target_atom.loc]"

if(pointer_mob.a_intent == INTENT_HELP || !ismob(target_atom))
pointer_mob.visible_message("<b>[pointer_mob]</b> points to [pointed_object] with [src]")
pointer_mob.visible_message("<b>[pointer_mob]</b> points to [pointed_object] with [src].")
return TRUE

target_atom.visible_message("<span class='danger'>[pointer_mob] points [src] at [pointed_object]!</span>",
Expand Down
2 changes: 1 addition & 1 deletion code/modules/mob/living/living.dm
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
if(A.loc in src)
pointed_object += " inside [A.loc]"

visible_message("<b>[src]</b> points to [pointed_object]")
visible_message("<b>[src]</b> points to [pointed_object].")
return TRUE

/mob/living/verb/succumb()
Expand Down

0 comments on commit 8412356

Please sign in to comment.