Files
Polaris/code/game/objects/items/devices/binoculars.dm
Ghost Actual aaddb5fa71 Binoculars and Spyglass (#8176)
* Base Commit

* Update device.dmi

* Update binoculars.dm
2021-07-26 22:14:42 -09:00

22 lines
468 B
Plaintext

//Binoculars
/obj/item/device/binoculars
name = "binoculars"
desc = "A pair of binoculars."
zoomdevicename = "eyepieces"
icon_state = "binoculars"
force = 5.0
throwforce = 5.0
throw_range = 15
throw_speed = 3
/obj/item/device/binoculars/attack_self(mob/user)
zoom()
//Spyglass
/obj/item/device/binoculars/spyglass
name = "spyglass"
desc = "A classic spyglass. Useful for star-gazing, peeping, and recon."
icon_state = "spyglass"
slot_flags = SLOT_BELT