Fixes revolvers being spun when they fail to spin (#45092)

This commit is contained in:
ShizCalev
2019-07-11 11:42:20 -04:00
committed by moo
parent 2fafc66375
commit d44535c1f7

View File

@@ -168,7 +168,8 @@
/obj/item/gun/ballistic/revolver/russian/do_spin()
. = ..()
spun = TRUE
if(.)
spun = TRUE
/obj/item/gun/ballistic/revolver/russian/attackby(obj/item/A, mob/user, params)
..()