hotbot/assets/common/items/utility/lockpick_0.ron

11 lines
211 B
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Common Lockpick",
legacy_description: "Used to open common locks. Will break after use.",
kind: Utility(
kind: Key,
),
quality: Common,
tags: [Utility],
)