mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 22:18:27 +01:00
Autochangelogs (#17152)
* Scripts ported * Converted changelogs * Fix * Prettier * Removes old unneeded save * Removes very old changelogs
This commit is contained in:
@@ -483,7 +483,13 @@
|
||||
/client/verb/changes()
|
||||
set name = "Changelog"
|
||||
set category = "OOC.Resources"
|
||||
src << link("https://wiki.vore-station.net/Changelog")
|
||||
|
||||
if(!GLOB.changelog_tgui)
|
||||
GLOB.changelog_tgui = new /datum/changelog()
|
||||
GLOB.changelog_tgui.tgui_interact(usr)
|
||||
|
||||
if(prefs?.read_preference(/datum/preference/text/lastchangelog) != GLOB.changelog_hash)
|
||||
prefs.write_preference_by_type(/datum/preference/text/lastchangelog, GLOB.changelog_hash)
|
||||
|
||||
/mob/verb/observe()
|
||||
set name = "Observe"
|
||||
|
||||
Reference in New Issue
Block a user