mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-06 15:02:29 +00:00
Fixes revolvers being spun when they fail to spin (#45092)
This commit is contained in:
@@ -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)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user