Lets you make Trick Trick Cigarettes (#93488)

Co-authored-by: tonty <39193182+tontyGH@users.noreply.github.com>
This commit is contained in:
Leland Kemble
2025-10-19 19:22:33 +02:00
committed by GitHub
co-authored by tonty
parent e156257551
commit fcf08eed57
3 changed files with 32 additions and 3 deletions
@@ -221,3 +221,12 @@
. = ..()
if(.)
availability_prob *= 0.5
/datum/market_item/misc/tricktrickcigarettes
name = "Trick Trick Cigarettes"
desc = "Cigarettes filled with flash powder. Makes for a fun prank!"
item = /obj/item/storage/fancy/cigarettes/flash_powder
price_min = PAYCHECK_CREW
price_max = PAYCHECK_CREW * 3
stock_max = 3
availability_prob = 25