From f44f39afbfe2a46fc5199a343a6881b2942177b3 Mon Sep 17 00:00:00 2001
From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com>
Date: Thu, 19 Mar 2020 22:11:01 -0400
Subject: [PATCH] [Oversight] Yay, another typo fixy
Changelog Notes:
- Fixes typo with loading items into service borg's tray module.
---
code/modules/mob/living/silicon/robot/robot_items.dm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/code/modules/mob/living/silicon/robot/robot_items.dm b/code/modules/mob/living/silicon/robot/robot_items.dm
index 6fdac4213f..1b13cb7096 100644
--- a/code/modules/mob/living/silicon/robot/robot_items.dm
+++ b/code/modules/mob/living/silicon/robot/robot_items.dm
@@ -214,7 +214,7 @@
overlays += image("icon" = I.icon, "icon_state" = I.icon_state, "layer" = 30 + I.layer)
addedSomething = 1
if ( addedSomething )
- user.visible_message("[user] load some items onto their service tray.")
+ user.visible_message("[user] loads some items onto their service tray.")
return
@@ -507,4 +507,4 @@
return
to_chat(user, "You fail to pick up \the [A] with \the [src]")
- return
\ No newline at end of file
+ return