diff --git a/code/game/machinery/computer/communications.dm b/code/game/machinery/computer/communications.dm index 4f6a3eec635..c2a28ee3d76 100644 --- a/code/game/machinery/computer/communications.dm +++ b/code/game/machinery/computer/communications.dm @@ -174,7 +174,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