mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-25 09:31:30 +00:00
16 lines
305 B
Plaintext
16 lines
305 B
Plaintext
/obj/item/device/binoculars
|
|
name = "binoculars"
|
|
desc = "A pair of binoculars."
|
|
icon_state = "binoculars"
|
|
force = 5.0
|
|
w_class = ITEMSIZE_SMALL
|
|
throwforce = 5.0
|
|
throw_range = 15
|
|
throw_speed = 3
|
|
|
|
//matter = list("metal" = 50,"glass" = 50)
|
|
|
|
|
|
/obj/item/device/binoculars/attack_self(mob/user)
|
|
zoom()
|