Move changelog verb

This commit is contained in:
Bjorn Neergaard
2016-01-28 23:17:39 -06:00
parent 221b6f5822
commit 7b1fdad8bc
2 changed files with 32 additions and 33 deletions
+31 -3
View File
@@ -24,7 +24,7 @@
return
/client/verb/rules()
set name = "Rules"
set name = "rules"
set desc = "Show Server Rules."
set hidden = 1
if(config.rulesurl)
@@ -36,7 +36,7 @@
return
/client/verb/github()
set name = "Github"
set name = "github"
set desc = "Visit Github"
set hidden = 1
if(config.githuburl)
@@ -48,7 +48,7 @@
return
/client/verb/reportissue()
set name = "Report issue"
set name = "report-issue"
set desc = "Report an issue"
set hidden = 1
if(config.githuburl)
@@ -76,6 +76,34 @@ Admin:
if(holder)
src << adminhotkeys
/client/verb/changelog()
set name = "Changelog"
set category = "OOC"
getFiles(
'html/88x31.png',
'html/bug-minus.png',
'html/cross-circle.png',
'html/hard-hat-exclamation.png',
'html/image-minus.png',
'html/image-plus.png',
'html/music-minus.png',
'html/music-plus.png',
'html/tick-circle.png',
'html/wrench-screwdriver.png',
'html/spell-check.png',
'html/burn-exclamation.png',
'html/chevron.png',
'html/chevron-expand.png',
'html/changelog.css',
'html/changelog.js',
'html/changelog.html'
)
src << browse('html/changelog.html', "window=changes;size=675x650")
if(prefs.lastchangelog != changelog_hash)
prefs.lastchangelog = changelog_hash
prefs.save_preferences()
winset(src, "infowindow.changelog", "font-style=;")
/mob/proc/hotkey_help()
var/hotkey_mode = {"<font color='purple'>