mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user