mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
Merge pull request #49596 from ArcaneDefence/Carp_classic_fix
Carp classic carpotoxin fix
This commit is contained in:
@@ -330,9 +330,10 @@ 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
|
||||
. = ..()
|
||||
if(!prob(5))
|
||||
return
|
||||
reagents?.add_reagent(/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