Merge pull request #4885 from Citadel-Station-13/upstream-merge-34464

[MIRROR] Removed the dumb iscultist() check in runed metal's attack() proc
This commit is contained in:
LetterJay
2018-01-17 10:06:17 -06:00
committed by GitHub
@@ -342,12 +342,6 @@ GLOBAL_LIST_INIT(runed_metal_recipes, list ( \
return
return ..()
/obj/item/stack/sheet/runed_metal/attack(atom/target, mob/living/user)
if(!iscultist(user))
to_chat(user, "<span class='warning'>Only one with forbidden knowledge could hope to work this metal...</span>")
return
..()
/obj/item/stack/sheet/runed_metal/Initialize(mapload, new_amount, merge = TRUE)
recipes = GLOB.runed_metal_recipes
return ..()