[MIRROR] Binoculars on neck [MDB IGNORE] (#18014)

* Binoculars on neck (#71819)

## About The Pull Request

![image](https://user-images.githubusercontent.com/3625094/206439258-204204f9-4b2d-46ae-989d-82396ed339dd.png)

![image](https://user-images.githubusercontent.com/3625094/206326326-c77c4825-47eb-4a9e-a75a-97d48acdc75c.png)

## Why It's Good For The Game

More uses for the neck slot.

## Changelog

🆑
qol: Binoculars can be worn on neck now
/🆑

* Binoculars on neck

Co-authored-by: Andrew <mt.forspam@gmail.com>
This commit is contained in:
SkyratBot
2022-12-09 12:21:03 +00:00
committed by GitHub
co-authored by Andrew
parent 5a98357d1b
commit ee1a580cbb
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
worn_icon_state = "binoculars"
lefthand_file = 'icons/mob/inhands/items_lefthand.dmi'
righthand_file = 'icons/mob/inhands/items_righthand.dmi'
slot_flags = ITEM_SLOT_BELT
slot_flags = ITEM_SLOT_NECK | ITEM_SLOT_BELT
w_class = WEIGHT_CLASS_SMALL
var/mob/listeningTo
var/zoom_out_amt = 5.5
Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 KiB

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 85 KiB