From ee9c1dbad75e3b689fb080ecf0cca6f7c60ea69b Mon Sep 17 00:00:00 2001 From: Repede Date: Sat, 13 Jun 2020 15:06:49 -0400 Subject: [PATCH] adds missing comments --- code/game/objects/items/weapons/RPD_vr.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/RPD_vr.dm b/code/game/objects/items/weapons/RPD_vr.dm index bc32a56bbe..1e09e0ee20 100644 --- a/code/game/objects/items/weapons/RPD_vr.dm +++ b/code/game/objects/items/weapons/RPD_vr.dm @@ -55,9 +55,11 @@ recipe = first_atmos if(!first_disposal) first_disposal = disposal_pipe_recipes[disposal_pipe_recipes[1]][1] - recipe = first_disposal + recipe = first_disposal //YW added + //YW add fix if(recipe == null) recipe = atmos_pipe_recipes[atmos_pipe_recipes[1]][1] + //YW end /obj/item/weapon/pipe_dispenser/Destroy() qdel_null(spark_system)