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:
RavingManiac
2014-09-17 00:51:33 +08:00
parent d91d5aad0b
commit 3bcaa1447c
2 changed files with 2 additions and 2 deletions
@@ -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
+1 -1
View File
@@ -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">&nbsp;</div>