bunch of grammar corrections

This commit is contained in:
timothyteakettle
2020-06-27 02:12:44 +01:00
parent 6dc290a192
commit 76b5557e1e
20 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -673,7 +673,7 @@
if(steps == 4 && istype(S, /obj/item/stack/sheet/mineral/wood))
if(S.use(3))
steps = 5
desc = "A dug out well, A dug out well with out rope. Just add some cloth!"
desc = "A dug out well, A dug out well without rope. Just add some cloth!"
icon_state = "well_4"
return TRUE
else