Gun (Hot)Fixes (#42666)

Fixes my broken bullshit.
This commit is contained in:
Rob Bailey
2019-02-04 12:32:52 -08:00
committed by oranges
parent f96bcd8706
commit ecf9e538ed
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
..()