mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-18 03:32:56 +01:00
Binoculars and Spyglass (#8176)
* Base Commit * Update device.dmi * Update binoculars.dm
This commit is contained in:
@@ -208,10 +208,4 @@
|
||||
name = "Spyglass"
|
||||
desc = "A mundane spyglass, it may prove useful to those who wish to scout ahead, or fight from an extreme range."
|
||||
cost = 100
|
||||
obj_path = /obj/item/device/binoculars/spyglass
|
||||
|
||||
/obj/item/device/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_path = /obj/item/device/binoculars/spyglass
|
||||
@@ -1,15 +1,22 @@
|
||||
|
||||
//Binoculars
|
||||
/obj/item/device/binoculars
|
||||
|
||||
name = "binoculars"
|
||||
desc = "A pair of binoculars."
|
||||
zoomdevicename = "eyepieces"
|
||||
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()
|
||||
|
||||
//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
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 94 KiB |
Reference in New Issue
Block a user