[MIRROR] Enables tac reloads for most ballistic weapons. (#5044)

* Enable tac reloads for most ballistic weapons (#43466)
This commit is contained in:
yogstation13-bot
2019-04-05 22:59:37 +02:00
committed by Gary Lafortune
parent e23c928ece
commit c88c9ba11b
7 changed files with 42 additions and 39 deletions

View File

@@ -53,7 +53,7 @@
var/cartridge_wording = "bullet"
var/rack_delay = 5
var/recent_rack = 0
var/tac_reloads = FALSE //Snowflake mechanic no more.
var/tac_reloads = TRUE //Snowflake mechanic no more.
/obj/item/gun/ballistic/Initialize()
. = ..()