mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-29 11:31:51 +00:00
Fixed an issue where the skill window would re-open itself, rather than the preferences window when closing.
This commit is contained in:
@@ -496,7 +496,7 @@ datum/preferences
|
||||
if(link_tags["skills"])
|
||||
if(link_tags["cancel"])
|
||||
user << browse(null, "window=show_skills")
|
||||
SetSkills(user)
|
||||
ShowChoices(user)
|
||||
return
|
||||
else if(link_tags["skillinfo"])
|
||||
var/datum/skill/S = locate(link_tags["skillinfo"])
|
||||
|
||||
Reference in New Issue
Block a user