diff --git a/wadsrc/static/zscript/doom/weaponssg.txt b/wadsrc/static/zscript/doom/weaponssg.txt index 75ac9f09e..6c06fe6ec 100644 --- a/wadsrc/static/zscript/doom/weaponssg.txt +++ b/wadsrc/static/zscript/doom/weaponssg.txt @@ -111,6 +111,7 @@ extend class StateProvider action void A_CloseShotgun2() { - A_PlaySound("weapons/sshotc", CHAN_WEAPON); + A_PlaySound("weapons/sshotc", CHAN_WEAPON); + A_Refire(); } }