mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 12:56:10 +01:00
Fixed description error in cryo beakers.
Chem dispenser dispenses 40 units instead of 50 units so as to work well with 120-unit large beakers.
This commit is contained in:
@@ -213,7 +213,7 @@
|
||||
|
||||
/obj/item/weapon/reagent_containers/glass/beaker/noreact
|
||||
name = "cryostasis beaker"
|
||||
desc = "A cryostasis beaker that allows for chemical storage without reactions. Can hold up to 50 units."
|
||||
desc = "A cryostasis beaker that allows for chemical storage without reactions. Can hold up to 60 units."
|
||||
icon_state = "beakernoreact"
|
||||
matter = list("glass" = 500)
|
||||
volume = 60
|
||||
|
||||
@@ -20,7 +20,7 @@ Used In File(s): \code\modules\reagents\Chemistry-Machinery.dm
|
||||
{{:helper.link('10', 'gear', {'amount' : 10}, (data.amount == 10) ? 'selected' : null)}}
|
||||
{{:helper.link('20', 'gear', {'amount' : 20}, (data.amount == 20) ? 'selected' : null)}}
|
||||
{{:helper.link('30', 'gear', {'amount' : 30}, (data.amount == 30) ? 'selected' : null)}}
|
||||
{{:helper.link('50', 'gear', {'amount' : 50}, (data.amount == 50) ? 'selected' : null)}}
|
||||
{{:helper.link('40', 'gear', {'amount' : 40}, (data.amount == 40) ? 'selected' : null)}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="item"> </div>
|
||||
|
||||
Reference in New Issue
Block a user