Nerfs KA screenshake, moves cit_screenshake.dm to modular_citadel/, and adds a screenshake pref.

This commit is contained in:
deathride58
2017-09-03 05:24:14 -04:00
parent 10d7b0cf56
commit feeb76e472
6 changed files with 76 additions and 45 deletions
+7
View File
@@ -46,6 +46,8 @@ GLOBAL_LIST_EMPTY(preferences_datums)
var/preferred_map = null
var/uses_glasses_colour = 0
var/screenshake = TRUE
//character preferences
var/real_name //our character's name
@@ -361,8 +363,11 @@ GLOBAL_LIST_EMPTY(preferences_datums)
dat += "Disabled"
else
dat += "High"
dat += "</a><br>"
dat += "<b>Screen shake:</b> <a href='?_src_=prefs;preference=screenshake'>[(screenshake) ? "Full" : "None"]</a><br>"
dat += "</td><td width='300px' height='300px' valign='top'>"
dat += "<h2>Special Role Settings</h2>"
@@ -1486,6 +1491,8 @@ GLOBAL_LIST_EMPTY(preferences_datums)
features["exhibitionist"] = TRUE
else
features["exhibitionist"] = FALSE
if("screenshake")
screenshake = !screenshake
if("publicity")
if(unlock_content)