diff options
author | Matthijs Kuiper <info@matthijskuiper.nl> | 2018-01-09 00:43:43 +0100 |
---|---|---|
committer | Matthijs Kuiper <info@matthijskuiper.nl> | 2018-01-09 00:44:09 +0100 |
commit | 3a58cb2802c8be14f78015105afe759b1c7ce692 (patch) | |
tree | 40781feb2f25ae378bb5362e4295b7006f28054c /html/includes/hints.php | |
parent | d0102c6fd4b188b0a1c5ffd3bf9a834a64a5c709 (diff) |
Implement design for pages and update includes
Diffstat (limited to 'html/includes/hints.php')
-rw-r--r--[-rwxr-xr-x] | html/includes/hints.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/html/includes/hints.php b/html/includes/hints.php index b8da8de..7ba11a3 100755..100644 --- a/html/includes/hints.php +++ b/html/includes/hints.php @@ -24,10 +24,8 @@ $hint['Multis'] = "text" => "Special event: If you manage to kill more 2 than people within a short space of time you get a Double Kill, 3 is a Multi Kill etc" ); -$hint['Sprees'] = - array ( "caption" => "Killing Sprees", - "text" => "Special event: If you manage to kill 5 or more opponents without dying yourself, you will be on a killing spree. If you kill more than 10 opponents, you are on a rampage, etc." - ); +$hint['Sprees'] = "Special event: If you manage to kill 5 or more opponents without dying yourself, you will be on a killing spree. If you kill more than 10 opponents, you are on a rampage, etc." + ; $hint['EFF'] = array ( "caption" => "Efficiency", "text" => "A ratio that denotes the player's kill skill by comparing it with his overall performance. A perfect efficiency is equal to 1 (100%), anything less than 0.5 (50%) is below average.<br>Formula: Kills / (Kills + Deaths + Suicides [+Team Kills])" |