Grammar patch 1

This is just the first one of many.
This commit is contained in:
Jarcolr
2014-04-08 14:48:31 +03:00
parent bec699bb7c
commit 868dea5681
23 changed files with 70 additions and 70 deletions

View File

@@ -8,7 +8,7 @@
/obj/structure/filingcabinet/attackby(obj/item/weapon/paper/P,mob/M)
if(istype(P))
M << "You put the [P] in the [src]."
M << "You put \the [P] in the [src]."
M.drop_item()
P.loc = src
else