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:
jammer312
2017-12-08 12:29:42 +03:00
committed by oranges
parent 9017fc5d34
commit f07421a002
3 changed files with 37 additions and 1 deletions
+2
View File
@@ -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()