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:
Crashtest-LXXXIX
2020-08-22 02:20:18 +01:00
committed by GitHub
parent a656d33246
commit 44574a0663
+3 -1
View File
@@ -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)