From 46f90d8faed90f8d0b67c1d3d236a75292f84dd0 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Mon, 21 May 2018 18:03:09 -0400 Subject: [PATCH] Merge pull request #37973 from AutomaticFrenzy/patch/your-the-jaunter Fix wormhole jaunter grammar --- code/modules/mining/equipment/wormhole_jaunter.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mining/equipment/wormhole_jaunter.dm b/code/modules/mining/equipment/wormhole_jaunter.dm index b34ebff873..b8ae25a87a 100644 --- a/code/modules/mining/equipment/wormhole_jaunter.dm +++ b/code/modules/mining/equipment/wormhole_jaunter.dm @@ -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!") + to_chat(user, "Your [name] activates, saving you from the chasm!") SSblackbox.record_feedback("tally", "jaunter", 1, "Chasm") // chasm automatic activation activate(user, FALSE) else