mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-21 02:56:39 +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
|
||||
|
||||
Reference in New Issue
Block a user