Update preferences.dm

This commit is contained in:
deathride58
2017-12-10 17:45:21 -05:00
committed by GitHub
parent c55b914f06
commit 01c9cf6479
+2 -4
View File
@@ -178,12 +178,10 @@ GLOBAL_LIST_EMPTY(preferences_datums)
var/list/exp
var/list/menuoptions
<<<<<<< HEAD
var/action_buttons_screen_locs = list()
//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