Makes actionbuttons remember positions where you locked them.
This commit is contained in:
committed by
CitadelStationBot
parent
e6fb6a5910
commit
c55b914f06
@@ -178,8 +178,12 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
||||
var/list/exp
|
||||
var/list/menuoptions
|
||||
|
||||
<<<<<<< HEAD
|
||||
//citadel code
|
||||
var/arousable = TRUE //Allows players to disable arousal from the character creation menu
|
||||
=======
|
||||
var/action_buttons_screen_locs = list()
|
||||
>>>>>>> f07421a... Makes actionbuttons remember positions where you locked them. (#33150)
|
||||
|
||||
/datum/preferences/New(client/C)
|
||||
parent = C
|
||||
|
||||
Reference in New Issue
Block a user