From af3e3ea67ec1cc3206f1afd14c13daaeab85d08c Mon Sep 17 00:00:00 2001
From: SkyratBot <59378654+SkyratBot@users.noreply.github.com>
Date: Mon, 28 Dec 2020 00:01:04 +0100
Subject: [PATCH] [MIRROR] Fixing 2 punctuation errors (#2343)
* punctuation (#55753)
Fixes two punctuation errors.
* Fixing 2 punctuation errors
Co-authored-by: Seris02 <49109742+Seris02@users.noreply.github.com>
---
code/modules/mob/living/carbon/inventory.dm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/code/modules/mob/living/carbon/inventory.dm b/code/modules/mob/living/carbon/inventory.dm
index a6917d66463..396af139c9a 100644
--- a/code/modules/mob/living/carbon/inventory.dm
+++ b/code/modules/mob/living/carbon/inventory.dm
@@ -168,8 +168,8 @@
if(istype(receiving, /obj/item/slapper))
offer_high_five(receiving)
return
- visible_message("[src] is offering [receiving]", \
- "You offer [receiving]", null, 2)
+ visible_message("[src] is offering [receiving].", \
+ "You offer [receiving].", null, 2)
for(var/mob/living/carbon/C in orange(1, src)) //Fixed that, now it shouldn't be able to give benos stunbatons and IDs
if(!CanReach(C))
continue