From 9f6a3f428c05c382079fa9ec6d6330e430c35674 Mon Sep 17 00:00:00 2001 From: Ghommie Date: Tue, 16 Jul 2019 16:15:31 +0200 Subject: [PATCH] last bit. --- code/modules/food_and_drinks/drinks/drinks/bottle.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/food_and_drinks/drinks/drinks/bottle.dm b/code/modules/food_and_drinks/drinks/drinks/bottle.dm index 1e496f9ba1..d20d92a09c 100644 --- a/code/modules/food_and_drinks/drinks/drinks/bottle.dm +++ b/code/modules/food_and_drinks/drinks/drinks/bottle.dm @@ -43,6 +43,8 @@ if(prob(33)) new/obj/item/shard(drop_location()) playsound(src, "shatter", 70, 1) + B.force = broken_force + B.throwforce = broken_throwforce else B.force = 0 B.throwforce = 0