Merge pull request #12622 from timothyteakettle/grammar-fixes

big batch of spelling/grammar corrections
This commit is contained in:
Ghom
2020-06-29 21:13:06 +02:00
committed by GitHub
22 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -678,7 +678,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