From 1045a56bb31370bbdd4f7917843b97e87193519f Mon Sep 17 00:00:00 2001
From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com>
Date: Fri, 27 Mar 2020 18:33:21 -0400
Subject: [PATCH] Look, Ma! More Typo Fixing!
Title, Affectionally -> Affectionately
Changelog Notes:
- Fixes borgs' licking adjective's, or whatever's, spelling.
---
.../mob/living/silicon/robot/dogborg/dog_modules_vr.dm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/code/modules/mob/living/silicon/robot/dogborg/dog_modules_vr.dm b/code/modules/mob/living/silicon/robot/dogborg/dog_modules_vr.dm
index c64dd4fb9c8..32963e6ab38 100644
--- a/code/modules/mob/living/silicon/robot/dogborg/dog_modules_vr.dm
+++ b/code/modules/mob/living/silicon/robot/dogborg/dog_modules_vr.dm
@@ -167,7 +167,7 @@
//Tongue stuff
/obj/item/device/dogborg/tongue
name = "synthetic tongue"
- desc = "Useful for slurping mess off the floor before affectionally licking the crew members in the face."
+ desc = "Useful for slurping mess off the floor before affectionately licking the crew members in the face."
icon = 'icons/mob/dogborg_vr.dmi'
icon_state = "synthtongue"
hitsound = 'sound/effects/attackblob.ogg'
@@ -197,7 +197,7 @@
icon_state = "syndietongue"
else
name = "synthetic tongue"
- desc = "Useful for slurping mess off the floor before affectionally licking the crew members in the face."
+ desc = "Useful for slurping mess off the floor before affectionately licking the crew members in the face."
icon = 'icons/mob/dogborg_vr.dmi'
icon_state = "synthtongue"
update_icon()
@@ -267,7 +267,7 @@
playsound(loc, 'sound/weapons/Egloves.ogg', 50, 1, -1)
R.cell.charge -= 666
else
- user.visible_message("\the [user] affectionally licks all over \the [target]'s face!", "You affectionally lick all over \the [target]'s face!")
+ user.visible_message("\the [user] affectionately licks all over \the [target]'s face!", "You affectionately lick all over \the [target]'s face!")
playsound(src.loc, 'sound/effects/attackblob.ogg', 50, 1)
water.use_charge(5)
var/mob/living/carbon/human/H = target