Merge pull request #6841 from Citadel-Station-13/upstream-merge-37973

[MIRROR] Fix wormhole jaunter grammar
This commit is contained in:
deathride58
2018-05-22 02:24:31 +00:00
committed by GitHub
@@ -66,7 +66,7 @@
/obj/item/wormhole_jaunter/proc/chasm_react(mob/user)
if(user.get_item_by_slot(SLOT_BELT) == src)
to_chat(user, "Your [src] activates, saving you from the chasm!</span>")
to_chat(user, "Your [name] activates, saving you from the chasm!</span>")
SSblackbox.record_feedback("tally", "jaunter", 1, "Chasm") // chasm automatic activation
activate(user, FALSE)
else