mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user