Skip to content

Commit

Permalink
[MIRROR] Skeleton Keys now fit in the Explorer's Webbing [MDB IGNORE]…
Browse files Browse the repository at this point in the history
… (#24479)

* Skeleton Keys now fit in the Explorer's Webbing (#79120)

## About The Pull Request
/obj/item/skeleton_key is now in the mining belt's holdable list
## Why It's Good For The Game
Fixes #79099. I assume this was a bug since plenty of other small-sized
mining purchasables can fit in the belt.
## Changelog
:cl: Treach
fix: Skeleton Keys now fit in the Explorer's Webbing.
/:cl:

* Skeleton Keys now fit in the Explorer's Webbing

---------

Co-authored-by: Treach <[email protected]>
  • Loading branch information
2 people authored and FFMirrorBot committed Oct 21, 2023
1 parent a9d96ac commit 579e2ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/items/storage/belt.dm
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@
/obj/item/wirecutters,
/obj/item/wrench,
/obj/item/wormhole_jaunter,
/obj/item/skeleton_key,
))


Expand Down

0 comments on commit 579e2ab

Please sign in to comment.