mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
Update cigs_lighters.dm
Fix for https://github.com/tgstation/tgstation/issues/49588
This commit is contained in:
@@ -330,9 +330,9 @@ CIGARETTE PACKETS ARE IN FANCY.DM
|
||||
desc = "A Carp Classic brand cigarette. A small label on its side indicates that it does NOT contain carpotoxin."
|
||||
|
||||
/obj/item/clothing/mask/cigarette/carp/Initialize()
|
||||
. = ..()
|
||||
if(prob(5))
|
||||
list_reagents = list(/datum/reagent/drug/nicotine = 15, /datum/reagent/toxin/carpotoxin = 3) //they lied
|
||||
. = ..()
|
||||
|
||||
/obj/item/clothing/mask/cigarette/syndicate
|
||||
desc = "An unknown brand cigarette."
|
||||
|
||||
Reference in New Issue
Block a user