Adds a preference to have an intent check for guns (#3653)

what title says
This commit is contained in:
chaoko99
2017-12-17 11:37:16 +02:00
committed by Erki
parent 81e8d371de
commit c0ee47579d
11 changed files with 99 additions and 30 deletions
+2 -2
View File
@@ -655,7 +655,7 @@ proc/GaussRandRound(var/sigma,var/roundto)
var/holding = user.get_active_hand()
var/datum/progressbar/progbar
if (display_progress && user.client && (user.client.prefs.parallax_togs & PROGRESS_BARS))
if (display_progress && user.client && (user.client.prefs.toggles_secondary & PROGRESS_BARS))
progbar = new(user, delay, target)
var/endtime = world.time + delay
@@ -695,7 +695,7 @@ proc/GaussRandRound(var/sigma,var/roundto)
var/holding = user.get_active_hand()
var/datum/progressbar/progbar
if (display_progress && user.client && (user.client.prefs.parallax_togs & PROGRESS_BARS))
if (display_progress && user.client && (user.client.prefs.toggles_secondary & PROGRESS_BARS))
progbar = new(user, delay, act_target)
var/endtime = world.time + delay