Merge pull request #9385 from Sishen1542/hypereut

fixing divine lightblade (chaplain hypereut) having energy reflect
This commit is contained in:
kevinz000
2019-10-03 23:15:29 -07:00
committed by GitHub
@@ -277,6 +277,9 @@
. = ..()
AddComponent(/datum/component/anti_magic, TRUE, TRUE)
/obj/item/twohanded/dualsaber/hypereutactic/chaplain/IsReflect()
return FALSE
/obj/item/twohanded/dualsaber/hypereutactic/pre_altattackby(atom/A, mob/living/user, params) //checks if it can do right click memes
altafterattack(A, user, TRUE, params)
return TRUE