mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-17 10:57:19 +01:00
Adds a preference to have an intent check for guns (#3653)
what title says
This commit is contained in:
@@ -405,7 +405,7 @@
|
||||
var/time = 6 * breakout_time * 2
|
||||
|
||||
var/datum/progressbar/bar
|
||||
if (escapee.client && escapee.client.prefs.parallax_togs & PROGRESS_BARS)
|
||||
if (escapee.client && escapee.client.prefs.toggles_secondary & PROGRESS_BARS)
|
||||
bar = new(escapee, time, src)
|
||||
|
||||
breakout = 1
|
||||
|
||||
Reference in New Issue
Block a user