[MIRROR] Misc fixes (#10033)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-02-01 13:16:55 -07:00
committed by GitHub
parent 3c7249d316
commit 92e9dc63d5
2 changed files with 6 additions and 18 deletions

View File

@@ -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))