Merge pull request #34464 from uraniummeltdown/dumbcult

Removed the dumb iscultist() check in runed metal's attack() proc
This commit is contained in:
oranges
2018-01-17 09:31:15 +13:00
committed by CitadelStationBot
parent d2d1a063a7
commit 25fc0d0161
@@ -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 ..()