From 7febc07553383b5a1b7c79ce1a59d8ba46837798 Mon Sep 17 00:00:00 2001 From: Shadowlight213 Date: Sun, 4 Dec 2016 15:57:39 -0800 Subject: [PATCH] Makes feedback tracking for purchasing a shuttle separate from admins loading a shuttle. --- code/game/machinery/computer/communications.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/computer/communications.dm b/code/game/machinery/computer/communications.dm index ece81b6621e..a329ac712f6 100644 --- a/code/game/machinery/computer/communications.dm +++ b/code/game/machinery/computer/communications.dm @@ -172,7 +172,7 @@ var/const/CALL_SHUTTLE_REASON_LENGTH = 12 SSshuttle.points -= S.credit_cost minor_announce("[usr.name] has purchased [S.name] for [S.credit_cost] credits." , "Shuttle Purchase") message_admins("[key_name_admin(usr)] purchased [S.name].") - feedback_add_details("shuttle_manipulator", S.name) + feedback_add_details("shuttle_purchase", S.name) else usr << "Something went wrong! The shuttle exchange system seems to be down." else