hotbot/assets/common/items/utility/lockpick_0.ron
2024-06-11 14:43:30 -04:00

11 lines
211 B
Plaintext

ItemDef(
legacy_name: "Common Lockpick",
legacy_description: "Used to open common locks. Will break after use.",
kind: Utility(
kind: Key,
),
quality: Common,
tags: [Utility],
)