Examine tweaks (#8099)

* Tweaks examines verbs.

* And the voicer change description too.

* This is better.

* go understand this code.

* Adds changelog.

* arrow's request.
This commit is contained in:
Alberyk
2020-01-30 06:33:54 -03:00
committed by GitHub
parent 8049562be6
commit 77a38123c6
9 changed files with 22 additions and 2 deletions

View File

@@ -365,4 +365,6 @@
/obj/item/gun/launcher/crossbow/RFD/examine(var/user)
. = ..()
if(.)
if(get_dist(src, user) > 1)
return
to_chat(user, "It currently holds [stored_matter]/[max_stored_matter] matter-units.")