Misc fixes (#17018)

* Computer pointing fix

* Shotgun fix
This commit is contained in:
Cameron Lennox
2025-02-01 14:22:40 -05:00
committed by GitHub
parent daa80f46e4
commit de67cc1f74
2 changed files with 6 additions and 18 deletions
@@ -84,16 +84,6 @@
else
to_chat(usr, span_notice("You cannot do this in your current state."))
/obj/item/gun/projectile/shotgun/compact/attack_self(mob/user)
if(issilicon(user))
return
if (isliving(user))
toggle_stock()
else
to_chat(user, span_notice("You cannot do this in your current state."))
/obj/item/gun/projectile/shotgun/compact/ui_action_click(mob/unused_user, actiontype)
var/mob/living/user = loc
if(!isliving(user))