mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
[MIRROR] Shoe storage can now fit box cutters, pills, and toy pistol magazines. [MDB IGNORE] (#20630)
* Shoe storage can now fit box cutters, pills, and toy pistol magazines. (#74762) ## About The Pull Request Shoe storage can now fit box cutters, pills, and toy pistol magazines. All of these have better-or-equal similar items that can already be fitted in. Box cutters - Switchblades (Better in every way) Pills - Syringes and Medipens (Mostly sidegrades) Toy magazines - Actual pistol magazines ## Why It's Good For The Game More stuff you can shove into your shoes, consistency with similar items. Honestly I'm not too fond of this strange whitelist system, wouldn't a blacklist be better and more intuitive? If there's any items you want me to add, comment below with them. ## Changelog 🆑 qol: Shoe storage can now fit box cutters, pills, and toy pistol magazines. /🆑 * Shoe storage can now fit box cutters, pills, and toy pistol magazines. --------- Co-authored-by: carlarctg <53100513+carlarctg@users.noreply.github.com>
This commit is contained in:
@@ -76,10 +76,12 @@
|
||||
set_holdable(list(
|
||||
/obj/item/knife,
|
||||
/obj/item/switchblade,
|
||||
/obj/item/boxcutter,
|
||||
/obj/item/pen,
|
||||
/obj/item/scalpel,
|
||||
/obj/item/reagent_containers/syringe,
|
||||
/obj/item/dnainjector,
|
||||
/obj/item/reagent_containers/syringe,
|
||||
/obj/item/reagent_containers/pill,
|
||||
/obj/item/reagent_containers/hypospray/medipen,
|
||||
/obj/item/reagent_containers/dropper,
|
||||
/obj/item/implanter,
|
||||
@@ -90,6 +92,7 @@
|
||||
/obj/item/ammo_box/magazine/m9mm,
|
||||
/obj/item/ammo_box/magazine/m10mm,
|
||||
/obj/item/ammo_box/magazine/m45,
|
||||
/obj/item/ammo_box/magazine/toy/pistol,
|
||||
/obj/item/ammo_casing,
|
||||
/obj/item/lipstick,
|
||||
/obj/item/clothing/mask/cigarette,
|
||||
|
||||
Reference in New Issue
Block a user