Merge pull request #37973 from AutomaticFrenzy/patch/your-the-jaunter

Fix wormhole jaunter grammar
This commit is contained in:
Jordan Brown
2018-05-21 18:03:09 -04:00
committed by letterjay
parent 6489ef5511
commit 46f90d8fae
@@ -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