mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
Merge pull request #10659 from phil235/HandcuffOverlayFix
Handcuff, fire, overlays_standing fixes
This commit is contained in:
@@ -229,9 +229,9 @@
|
||||
semicd = 0
|
||||
|
||||
if(user.hand)
|
||||
user.update_inv_l_hand(0)
|
||||
user.update_inv_l_hand()
|
||||
else
|
||||
user.update_inv_r_hand(0)
|
||||
user.update_inv_r_hand()
|
||||
feedback_add_details("gun_fired","[src.name]")
|
||||
|
||||
/obj/item/weapon/gun/attack(mob/M as mob, mob/user)
|
||||
|
||||
Reference in New Issue
Block a user