mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +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:
@@ -209,7 +209,7 @@
|
||||
new /obj/item/clothing/glasses/science(src)
|
||||
if(7)
|
||||
new /obj/item/clothing/glasses/sunglasses/big(src)
|
||||
new /obj/item/clothing/mask/cigarette/rollie(src)
|
||||
new /obj/item/cigarette/rollie(src)
|
||||
else
|
||||
//empty grave
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user