Cigarettes and vapes are no longer subtypes of masks. (#82942)

## About The Pull Request
Since non-clothing items can also be worn on several slots, there's no
need for cigarettes/vapes to be subtypes of masks anymore, since that
comes with a few oddities like #82870.

## Why It's Good For The Game
This should fix #82870, with about no side-effect aside them no longer
being edible by moths 🤢.
This commit is contained in:
Ghom
2024-06-29 19:44:48 +02:00
committed by GitHub
parent a9a0765490
commit 35484728f1
74 changed files with 277 additions and 269 deletions
@@ -46,7 +46,7 @@
/obj/item/lipstick,
/obj/item/flashlight/pen,
/obj/item/reagent_containers/hypospray/medipen,
/obj/item/clothing/mask/cigarette,
/obj/item/cigarette,
)
/obj/item/modular_computer/pda/Initialize(mapload)