mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 13:05:36 +01:00
@@ -182,7 +182,7 @@
|
||||
update_icon()
|
||||
|
||||
/obj/item/gun/ballistic/can_shoot()
|
||||
return (chambered || magazine || magazine.ammo_count(FALSE))
|
||||
return chambered
|
||||
|
||||
/obj/item/gun/ballistic/attackby(obj/item/A, mob/user, params)
|
||||
..()
|
||||
|
||||
@@ -268,7 +268,7 @@
|
||||
..()
|
||||
return
|
||||
if (!cover_open)
|
||||
to_chat("<span class='warning'>[src]'s cover is closed! Open it before trying to remove the magazine!</span>")
|
||||
to_chat(user, "<span class='warning'>[src]'s cover is closed! Open it before trying to remove the magazine!</span>")
|
||||
return
|
||||
..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user