Autochangelogs (#17152)

* Scripts ported

* Converted changelogs

* Fix

* Prettier

* Removes old unneeded save

* Removes very old changelogs
This commit is contained in:
Selis
2025-02-15 17:10:05 -05:00
committed by GitHub
parent f423f81e42
commit f7de6141b5
54 changed files with 678 additions and 11804 deletions
+7 -1
View File
@@ -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"