mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
## About The Pull Request I tested this, screenshotted it then completely forgot to save said screenshot before copying another image. It works, trust me. ## Why It's Good For The Game They look better smiley face. ## Proof Of Testing <details> <summary>Screenshots/Videos</summary> </details> ## Changelog 🆑 Sprites by CRUNCH, Porting by TheSelfish. add: Cigarettes and Cigars are now new and improved. Looking. They still hurt your lungs. /🆑
27 lines
762 B
Plaintext
27 lines
762 B
Plaintext
/obj/item/cigarette
|
|
icon = 'modular_zubbers/icons/obj/cigarettes.dmi'
|
|
heat = 415
|
|
|
|
/obj/item/cigbutt
|
|
icon = 'modular_zubbers/icons/obj/cigarettes.dmi'
|
|
|
|
/obj/item/cigarette/syndicate
|
|
icon = 'modular_zubbers/icons/obj/cigarettes.dmi'
|
|
icon_state = "syndiecigoff"
|
|
icon_on = "syndiecigon"
|
|
icon_off = "syndiecigoff"
|
|
worn_icon = 'modular_zubbers/icons/mob/clothing/mask/mask.dmi'
|
|
|
|
/obj/item/cigarette/cigar/havana
|
|
icon_state = "cigargoldoff"
|
|
icon_on = "cigargoldon"
|
|
icon_off = "cigargoldoff"
|
|
worn_icon = 'modular_zubbers/icons/mob/clothing/mask/mask.dmi'
|
|
type_butt = /obj/item/cigbutt/cigar/gold
|
|
|
|
/obj/item/cigbutt/cigar/gold
|
|
icon_state = "cigargoldbutt"
|
|
|
|
/obj/item/storage/fancy/cigarettes/cigars/havana
|
|
icon = 'modular_zubbers/icons/obj/cigarettes.dmi'
|