[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>
This commit is contained in:
SkyratBot
2020-12-27 23:01:04 +00:00
committed by GitHub
co-authored by Seris02
parent 662674251f
commit af3e3ea67e
+2 -2
View File
@@ -168,8 +168,8 @@
if(istype(receiving, /obj/item/slapper))
offer_high_five(receiving)
return
visible_message("<span class='notice'>[src] is offering [receiving]</span>", \
"<span class='notice'>You offer [receiving]</span>", null, 2)
visible_message("<span class='notice'>[src] is offering [receiving].</span>", \
"<span class='notice'>You offer [receiving].</span>", 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