Yantar Consistency (#33317)

This commit is contained in:
Kurfursten
2022-09-22 15:37:39 -05:00
committed by GitHub
parent 8f4bdf0161
commit d989b46904
2 changed files with 4 additions and 4 deletions

View File

@@ -882,7 +882,7 @@ var/global/list/alcatraz_stuff = list(
return FALSE return FALSE
/obj/structure/closet/crate/medical/yantar /obj/structure/closet/crate/medical/yantar
name = "Yantar security crate" name = "Yantar medical crate"
desc = "From the forbidden 'X' laboratory focused on medical research." desc = "From the forbidden 'X' laboratory focused on medical research."
has_lock_type = null has_lock_type = null
@@ -897,7 +897,7 @@ var/global/list/yantar_stuff = list(
/obj/structure/closet/crate/medical/yantar/New() /obj/structure/closet/crate/medical/yantar/New()
..() ..()
for(var/i = 1 to 3) for(var/i = 1 to 6)
if(!yantar_stuff.len) if(!yantar_stuff.len)
return return
var/path = pick_n_take(yantar_stuff) var/path = pick_n_take(yantar_stuff)

View File

@@ -97,8 +97,8 @@
/datum/trade_product/yantarcrate /datum/trade_product/yantarcrate
name = "Yantar medical crate" name = "Yantar medical crate"
path = /obj/structure/closet/crate/medical/yantar path = /obj/structure/closet/crate/medical/yantar
baseprice = 220 baseprice = 160
maxunits = 2 maxunits = 1
sales_category = TRADE_VARIETY sales_category = TRADE_VARIETY
/datum/trade_product/condidisp /datum/trade_product/condidisp