mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-09 15:05:38 +01:00
Update cigs_lighters.dm
added some new lines and changed carp cigarettes to 7.5 salt 7.5 nicotine to prevent possible potassium explosion reaction
This commit is contained in:
@@ -266,6 +266,7 @@ CIGARETTE PACKETS ARE IN FANCY.DM
|
||||
/obj/item/clothing/mask/cigarette/dromedary
|
||||
desc = "A DromedaryCo brand cigarette."
|
||||
list_reagents = list("nicotine" = 7.5, "silicon" = 7.5)
|
||||
|
||||
/obj/item/clothing/mask/cigarette/uplift
|
||||
desc = "An Uplift Smooth brand cigarette."
|
||||
list_reagents = list("nicotine" = 7.5, "menthol" = 7.5)
|
||||
@@ -280,7 +281,8 @@ CIGARETTE PACKETS ARE IN FANCY.DM
|
||||
|
||||
/obj/item/clothing/mask/cigarette/carp
|
||||
desc = "A Carp Classic brand cigarette."
|
||||
list_reagents = list("nicotine" = 7.5, "water" = 7.25, "sodiumchloride" = 0.25)
|
||||
list_reagents = list("nicotine" = 7.5, "sodiumchloride" = 7.5)
|
||||
|
||||
/obj/item/clothing/mask/cigarette/syndicate
|
||||
desc = "An unknown brand cigarette."
|
||||
list_reagents = list("nicotine" = 15, "omnizine" = 15)
|
||||
|
||||
Reference in New Issue
Block a user