Merge pull request #8271 from Citadel-Station-13/kevinz000-patch-41

the chaplain can now choose a weakened Eutactic energy sword as a holy weapon
This commit is contained in:
deathride58
2019-05-21 08:06:21 -04:00
committed by GitHub
2 changed files with 12 additions and 1 deletions
+3 -1
View File
@@ -248,7 +248,9 @@
if(SSreligion.holy_weapon_type)
return
var/obj/item/nullrod/holy_weapon
var/list/holy_weapons_list = typesof(/obj/item/nullrod)
var/list/holy_weapons_list = typesof(/obj/item/nullrod) + list(
/obj/item/melee/transforming/energy/sword/cx/chaplain
)
var/list/display_names = list()
for(var/V in holy_weapons_list)
var/obj/item/nullrod/rodtype = V