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

11 lines
207 B
Plaintext

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