Skip to content

Commit

Permalink
[MIRROR] [NO GBP] ACTUALLY Allows dogtags to fit into wallets [MDB IG…
Browse files Browse the repository at this point in the history
…NORE] (#777)

* [NO GBP] ACTUALLY Allows dogtags to fit into wallets

* Update wallets.dm

* Update wallets.dm

* Update wallets.dm

* Update wallets.dm

---------

Co-authored-by: SkyratBot <[email protected]>
Co-authored-by: OrionTheFox <[email protected]>
Co-authored-by: Bloop <[email protected]>
  • Loading branch information
4 people authored Nov 23, 2023
1 parent 957a718 commit 8b5e65d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions code/game/objects/items/storage/wallets.dm
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,14 @@
/obj/item/seeds,
/obj/item/stack/medical,
/obj/item/toy/crayon,
/obj/item/clothing/accessory/dogtag,
/obj/item/coin,
/obj/item/food/chococoin,
/obj/item/coupon,
/obj/item/dice,
/obj/item/disk,
/obj/item/flashlight/pen,
/obj/item/folder/biscuit,
/obj/item/food/chococoin,
/obj/item/implanter,
/obj/item/laser_pointer,
/obj/item/lighter,
Expand All @@ -44,8 +48,11 @@
/obj/item/reagent_containers/syringe,
/obj/item/reagent_containers/pill,
/obj/item/screwdriver,
/obj/item/seeds,
/obj/item/spess_knife,
/obj/item/stamp),
/obj/item/stack/medical,
/obj/item/stamp,
/obj/item/toy/crayon),
list(/obj/item/screwdriver/power))

/obj/item/storage/wallet/Exited(atom/movable/gone, direction)
Expand Down

0 comments on commit 8b5e65d

Please sign in to comment.