Files
VOREStation/code/game/objects/items/weapons/keys.dm
T
Kashargul 1def015bad end of file Fix (#17308)
* end of file Fix

* fix those lints too
2025-03-10 16:15:35 -04:00

11 lines
441 B
Plaintext

/obj/item/simple_key
name = "key"
desc = "A plain, old-timey key, as one might use to unlock a door."
icon = 'icons/obj/keys.dmi'
icon_state = "key_basetype"
drop_sound = 'sound/items/drop/ring.ogg'
pickup_sound = 'sound/items/pickup/ring.ogg'
w_class = ITEMSIZE_TINY
var/keyverb = "uses" //so simple_keys can be keycards instead, if desired
var/key_id = "placeholder_DONOTUSE" //needs to match the associated door's LOCK_ID var