mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-04 06:23:19 +00:00
Co-authored-by: Changelogs <action@github.com> Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
10 lines
440 B
Plaintext
10 lines
440 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 |