Binoculars and Spyglass (#8176)

* Base Commit

* Update device.dmi

* Update binoculars.dm
This commit is contained in:
Ghost Actual
2021-07-27 03:14:42 -04:00
committed by GitHub
parent 424b1c1ce0
commit aaddb5fa71
3 changed files with 12 additions and 11 deletions
@@ -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
+11 -4
View File
@@ -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