From 9a30c35a3b313be3057e5a85f9bdf73d8a050a2b Mon Sep 17 00:00:00 2001
From: "Omar S." <osanseviero@gmail.com>
Date: Tue, 23 Dec 2014 09:54:57 -0500
Subject: [PATCH] New tip

Added superpower tip
---
 app/locale/en.coffee | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/locale/en.coffee b/app/locale/en.coffee
index 08acb15d5..39340dfe9 100644
--- a/app/locale/en.coffee
+++ b/app/locale/en.coffee
@@ -307,6 +307,7 @@
     tip_premature_optimization: "Premature optimization is the root of all evil. - Donald Knuth"
     tip_brute_force: "When in doubt, use brute force. - Ken Thompson"
     tip_extrapolation: "There are only two kinds of people: those that can extrapolate from incomplete data..."
+    tip_superpower: "Coding is the closest thing we have to a superpower"
 
   game_menu:
     inventory_tab: "Inventory"