ported the clear PDA

This commit is contained in:
qweq12yt
2021-03-25 18:15:48 -03:00
parent 13033bd7bb
commit ae44649950
2 changed files with 10 additions and 1 deletions
@@ -66,7 +66,6 @@
price_min = 100
price_max = 200
availability_prob = 100
// add new drinks here
var/list/counter = list(
/datum/reagent/consumable/ethanol/gintonic,
@@ -10,6 +10,15 @@
stock_max = 6
availability_prob = 80
/datum/blackmarket_item/misc/clear_pda
name = "Clear PDA"
desc = "Show off your style with this limited edition clear PDA!."
item = /obj/item/pda/clear
price_min = 250
price_max = 600
stock_max = 4
availability_prob = 50
/datum/blackmarket_item/misc/shoulder_holster
name = "Shoulder holster"
desc = "Yeehaw, hardboiled friends! This holster is the first step in your dream of becoming a detective and being allowed to shoot real guns!"
@@ -61,3 +70,4 @@
stock_min = 3
stock_max = 6
availability_prob = 100