[Oversight] Yay, another typo fixy

Changelog Notes: 

- Fixes typo with loading items into service borg's tray module.
This commit is contained in:
TheFurryFeline
2020-03-19 22:11:01 -04:00
committed by GitHub
parent 55cd990598
commit f44f39afbf
@@ -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("<font color='blue'>[user] load some items onto their service tray.</font>")
user.visible_message("<font color='blue'>[user] loads some items onto their service tray.</font>")
return
@@ -507,4 +507,4 @@
return
to_chat(user, "You fail to pick up \the [A] with \the [src]")
return
return