From e6a66cfb082a01809fadd07be0e9ec02523ebeec Mon Sep 17 00:00:00 2001 From: Repede Date: Sat, 13 Jun 2020 15:08:10 -0400 Subject: [PATCH] weh --- code/game/objects/items/weapons/RPD_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/RPD_vr.dm b/code/game/objects/items/weapons/RPD_vr.dm index 1e09e0ee20..51dfb974ba 100644 --- a/code/game/objects/items/weapons/RPD_vr.dm +++ b/code/game/objects/items/weapons/RPD_vr.dm @@ -56,7 +56,7 @@ if(!first_disposal) first_disposal = disposal_pipe_recipes[disposal_pipe_recipes[1]][1] recipe = first_disposal //YW added - //YW add fix + //YW start: add fix if(recipe == null) recipe = atmos_pipe_recipes[atmos_pipe_recipes[1]][1] //YW end