From 18b023b1272771a3445d9d8c8fc2b670723d5dfb Mon Sep 17 00:00:00 2001 From: Ghommie <42542238+Ghommie@users.noreply.github.com> Date: Wed, 28 Aug 2019 04:47:53 +0200 Subject: [PATCH] arg --- code/modules/projectiles/guns/ballistic/launchers.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/guns/ballistic/launchers.dm b/code/modules/projectiles/guns/ballistic/launchers.dm index d8e56ca3a5..12006440d2 100644 --- a/code/modules/projectiles/guns/ballistic/launchers.dm +++ b/code/modules/projectiles/guns/ballistic/launchers.dm @@ -130,7 +130,7 @@ if(chambered) to_chat(user, "[src] already has a [magazine_wording] chambered.") return - if(magazine.attackby(A, silent = TRUE)) + if(magazine.attackby(A, user, silent = TRUE)) to_chat(user, "You load a new [A] into \the [src].") playsound(src, "gun_insert_full_magazine", 70, 1) chamber_round()