mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
Fixes most tgui bugs (#16539)
* Fixes most tgui bugs * the soul longs for oblivion * skin fix * hardsuit fix * b * the final fixes (for now) * bb * fix keys * cl * fuck off * i'm alone i'm alone i'm alone * the heart's whisper * fffss * je cherche la vérité tout en l'évitant --------- Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -543,6 +543,7 @@
|
||||
M.key = key
|
||||
if(M.mind)
|
||||
M.mind.reset()
|
||||
M.client.init_verbs()
|
||||
return
|
||||
|
||||
/client/verb/changes()
|
||||
@@ -551,7 +552,9 @@
|
||||
var/datum/asset/changelog = get_asset_datum(/datum/asset/simple/changelog)
|
||||
changelog.send(src)
|
||||
|
||||
src << browse('html/changelog.html', "window=changes;size=675x650")
|
||||
var/datum/browser/changelog_win = new(src, "changes", "Changelog", 675, 650)
|
||||
changelog_win.set_content('html/changelog.html')
|
||||
changelog_win.open()
|
||||
if(prefs.lastchangelog != changelog_hash)
|
||||
prefs.lastchangelog = changelog_hash
|
||||
prefs.save_preferences()
|
||||
|
||||
Reference in New Issue
Block a user