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 12:44:48 -05:00
committed by GitHub
parent a9a0765490
commit 35484728f1
74 changed files with 277 additions and 269 deletions
+1 -1
View File
@@ -141,7 +141,7 @@
new /obj/item/lighter(src)
new /obj/item/reagent_containers/cup/glass/bottle/absinthe/premium(src)
for(var/i in 1 to 3)
new /obj/item/clothing/mask/cigarette/rollie(src)
new /obj/item/cigarette/rollie(src)
if(6 to 10)
new /obj/item/melee/skateboard/pro(src)
if(11 to 15)