mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-27 07:01:29 +01:00
Examine Code Refactor
This commit is contained in:
@@ -83,11 +83,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)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user