mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Yantar Consistency (#33317)
This commit is contained in:
@@ -882,7 +882,7 @@ var/global/list/alcatraz_stuff = list(
|
||||
return FALSE
|
||||
|
||||
/obj/structure/closet/crate/medical/yantar
|
||||
name = "Yantar security crate"
|
||||
name = "Yantar medical crate"
|
||||
desc = "From the forbidden 'X' laboratory focused on medical research."
|
||||
has_lock_type = null
|
||||
|
||||
@@ -897,7 +897,7 @@ var/global/list/yantar_stuff = list(
|
||||
|
||||
/obj/structure/closet/crate/medical/yantar/New()
|
||||
..()
|
||||
for(var/i = 1 to 3)
|
||||
for(var/i = 1 to 6)
|
||||
if(!yantar_stuff.len)
|
||||
return
|
||||
var/path = pick_n_take(yantar_stuff)
|
||||
|
||||
@@ -97,8 +97,8 @@
|
||||
/datum/trade_product/yantarcrate
|
||||
name = "Yantar medical crate"
|
||||
path = /obj/structure/closet/crate/medical/yantar
|
||||
baseprice = 220
|
||||
maxunits = 2
|
||||
baseprice = 160
|
||||
maxunits = 1
|
||||
sales_category = TRADE_VARIETY
|
||||
|
||||
/datum/trade_product/condidisp
|
||||
|
||||
Reference in New Issue
Block a user