mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-06-09 23:43:48 +01:00
0e24446f12
* Begin the sprite consolidation * med stand * Library * kitchen cart * hydroponics * Delete hydroponics_machines_vr.dmi * furniture * unused computer * food * fitness * fixes the eggs * Decals * Drinks, Devices, and Drakie * Cryogenic2 * combines * chemical * card new * cards * bereaucracy * Xenoarch * compile * virology * vehicles * toys * Surgery * stationobjs * clean these up * gets rid of some dupes * bye * how did that get there * Unused * Gets rid of unused ninja dupe file * Move all these old doors * this too * get rid of dupes * Update airlock_angled_bay.dm * fixes the map with a prop * map fixes
29 lines
764 B
Plaintext
29 lines
764 B
Plaintext
/obj/item/binoculars
|
|
name = "binoculars"
|
|
desc = "A pair of binoculars."
|
|
icon = 'icons/obj/device.dmi'
|
|
icon_state = "binoculars"
|
|
force = 5.0
|
|
w_class = ITEMSIZE_SMALL
|
|
throwforce = 5.0
|
|
throw_range = 15
|
|
throw_speed = 3
|
|
pickup_sound = 'sound/items/pickup/device.ogg'
|
|
drop_sound = 'sound/items/drop/device.ogg'
|
|
|
|
//matter = list(MAT_STEEL = 50, MAT_GLASS = 50)
|
|
|
|
/obj/item/binoculars/attack_self(mob/user)
|
|
zoom()
|
|
|
|
/obj/item/binoculars/spyglass
|
|
name = "spyglass"
|
|
desc = "It's a hand-held telescope, useful for star-gazing, peeping, and recon."
|
|
icon_state = "spyglass"
|
|
slot_flags = SLOT_BELT
|
|
|
|
/obj/item/binoculars/scope
|
|
name = "rifle scope"
|
|
desc = "It's a rifle scope. Would be better if it were actually attached to a rifle."
|
|
icon_state = "rifle_scope"
|