mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +01:00
Makes actionbuttons remember positions where you locked them. (#33150)
* conjure spells fix * added newline at end of file * actionbuttons positioning memory * remade id generation * added memory reset on mass reset * small fix
This commit is contained in:
@@ -110,6 +110,8 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
||||
var/list/exp
|
||||
var/list/menuoptions
|
||||
|
||||
var/action_buttons_screen_locs = list()
|
||||
|
||||
/datum/preferences/New(client/C)
|
||||
parent = C
|
||||
custom_names["human"] = random_unique_name()
|
||||
|
||||
Reference in New Issue
Block a user