mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Fixes crowbar name (#22845)
This was stupid. - bugfix: "Crowbars are just called crowbars now. The old name 'pocket crowbar' has been removed. Because they can't fit in pockets."
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/obj/item/crowbar
|
||||
name = "pocket crowbar"
|
||||
desc = "A small crowbar. This handy tool is useful for lots of things, such as prying floor tiles or opening unpowered doors."
|
||||
name = "crowbar"
|
||||
desc = "This handy tool is useful for lots of things, such as prying floor tiles or opening unpowered doors."
|
||||
icon = 'icons/obj/tools.dmi'
|
||||
item_icons = list(
|
||||
slot_l_hand_str = 'icons/mob/items/lefthand_tools.dmi',
|
||||
|
||||
Reference in New Issue
Block a user