Fixes "thats" in a few item descriptions. (#50520)

* Fixes "thats".

* /obj/item/pickaxe/rusted

Co-authored-by: spookydonut <github@spooksoftware.com>
This commit is contained in:
spookydonut
2020-04-24 01:16:56 +08:00
committed by GitHub
2 changed files with 19 additions and 42 deletions
@@ -24,6 +24,13 @@
user.visible_message("<span class='suicide'>[user] couldn't do it!</span>")
return SHAME
/obj/item/pickaxe/rusted
name = "rusty pickaxe"
desc = "A pickaxe that's been left to rust."
attack_verb = list("ineffectively hit")
force = 1
throwforce = 1
/obj/item/pickaxe/mini
name = "compact pickaxe"
desc = "A smaller, compact version of the standard pickaxe."