mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Lets you make Trick Trick Cigarettes (#93488)
Co-authored-by: tonty <39193182+tontyGH@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user