gives lasrifle the damage component, turns kevs divine lightblade into a hypereut to balance stats, adds hypertool

This commit is contained in:
Sishen
2019-08-31 02:55:29 -04:00
parent b69c928419
commit ba5021af5b
6 changed files with 80 additions and 14 deletions
+3 -2
View File
@@ -248,8 +248,9 @@
return
var/obj/item/holy_weapon
var/list/holy_weapons_list = typesof(/obj/item/nullrod) + list(
/obj/item/melee/transforming/energy/sword/cx/chaplain,
/obj/item/gun/energy/laser/redtag/hitscan/holyak
/obj/item/twohanded/dualsaber/hypereutactic/chaplain,
/obj/item/gun/energy/laser/redtag/hitscan/chaplain,
/obj/item/multitool/chaplain
)
var/list/display_names = list()
for(var/V in holy_weapons_list)