mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 00:23:29 +01:00
[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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user