[FEATURE] Laptop Recharger + Changelog button

1. Adds in a Laptop Recharger that can only recharge laptops. Could
potentially be placed near the latop vendor, and the detectives office.

2. The changelog button now links to Github instead of the outdated
forum changelog
This commit is contained in:
Svej
2015-02-09 16:40:52 +01:00
parent 3476f797a1
commit 6bd247dd40
2 changed files with 103 additions and 2 deletions
+2 -2
View File
@@ -13,10 +13,10 @@
src << "<span class='danger'>The wiki URL is not set in the server configuration.</span>"
return
#define CHANGELOG "http://nanotrasen.se/phpBB3/viewtopic.php?f=10&t=36"
#define CHANGELOG "https://github.com/ParadiseSS13/Paradise/commits/master"
/client/verb/changes()
set name = "Changelog"
set desc = "Visit the forum to check out the changelog."
set desc = "Visit Github to check out the commits."
set hidden = 1
if(alert("This will open the changelog in your browser. Are you sure?",,"Yes","No")=="No")