mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 21:40:55 +01:00
Adds a preference to have an intent check for guns (#3653)
what title says
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user