set hierophant friendly fire to on by default

This commit is contained in:
YakumoChen
2020-07-13 09:40:58 +00:00
committed by GitHub
parent 927c0ca364
commit 072b4b673f
@@ -1104,7 +1104,7 @@
var/blast_range = 13 //how long the cardinal blast's walls are
var/obj/effect/hierophant/beacon //the associated beacon we teleport to
var/teleporting = FALSE //if we ARE teleporting
var/friendly_fire_check = FALSE //if the blasts we make will consider our faction against the faction of hit targets
var/friendly_fire_check = TRUE //if the blasts we make will consider our faction against the faction of hit targets
/obj/item/hierophant_club/ComponentInitialize()
. = ..()