From 8e1a31c8af16a6ab92450f907e629733566ed736 Mon Sep 17 00:00:00 2001 From: LetterJay Date: Thu, 5 Oct 2017 06:51:59 -0500 Subject: [PATCH] Update holder.dm --- code/modules/reagents/chemistry/holder.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/holder.dm b/code/modules/reagents/chemistry/holder.dm index 927ccb9994..42980f4f4d 100644 --- a/code/modules/reagents/chemistry/holder.dm +++ b/code/modules/reagents/chemistry/holder.dm @@ -11,7 +11,7 @@ var/last_tick = 1 var/addiction_tick = 1 var/list/datum/reagent/addiction_list = new/list() - var/flags_1 + var/flags /datum/reagents/New(maximum=100) maximum_volume = maximum