From 0db63c886ec2b4a086869bfff5276329529634c3 Mon Sep 17 00:00:00 2001 From: Tad Hardesty Date: Mon, 21 May 2018 13:44:45 -0700 Subject: [PATCH] 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 b34ebff8738..b8ae25a87a4 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