From 74a5b4c6f2d63c79febcc466c5bca32de21bc424 Mon Sep 17 00:00:00 2001 From: "polyxenitopalidou@gmail.com" Date: Sun, 7 Aug 2011 14:57:56 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=A2Runtime=20error=20fix=20when=20using?= =?UTF-8?q?=20satches.=20Dammit,=20bro,=20why=20would=20you=20even=20use?= =?UTF-8?q?=20break=20=E2=80=A2There's=20huge=20bugs=20with=20the=20large?= =?UTF-8?q?=20beaker=20bottles=20but=20I=20need=20to=20do=20some=20testing?= =?UTF-8?q?=20on=20them=20before=20I=20can=20continue.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1989 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/mining/ores_materials_coins.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mining/ores_materials_coins.dm b/code/modules/mining/ores_materials_coins.dm index 0039691eb8d..4ee80e3a1d0 100644 --- a/code/modules/mining/ores_materials_coins.dm +++ b/code/modules/mining/ores_materials_coins.dm @@ -15,7 +15,7 @@ S.contents += O; else user << "\blue The satchel is full." - break + return user << "\blue You pick up all the ores." else if (S.contents.len < S.capacity)