This commit is contained in:
Ghommie
2019-11-19 18:00:56 +01:00
parent a52e292cc8
commit dd101ef221
113 changed files with 519 additions and 552 deletions
+3 -3
View File
@@ -86,11 +86,11 @@
qdel(src)
/obj/item/gun/examine(mob/user)
..()
. = ..()
if(pin)
to_chat(user, "It has \a [pin] installed.")
. += "It has \a [pin] installed."
else
to_chat(user, "It doesn't have a firing pin installed, and won't fire.")
. += "It doesn't have a firing pin installed, and won't fire."
/obj/item/gun/equipped(mob/living/user, slot)
. = ..()