Merge pull request #12759 from YakumoChen/hierophant-hugbox

set hierophant friendly fire check to on by default
This commit is contained in:
silicons
2020-07-17 17:09:17 -07:00
committed by GitHub

View File

@@ -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()
. = ..()