code'sie has risen

This commit is contained in:
Aurorablade
2016-05-29 23:37:40 -04:00
parent 64f415d351
commit 0ac1a0f759
20 changed files with 118 additions and 106 deletions
@@ -226,7 +226,7 @@ var/global/list/datum/stack_recipe/runed_metal_recipes = list ( \
/obj/item/stack/sheet/runed_metal/attack_self(mob/living/user)
if(!iscultist(user))
user << "<span class='warning'>Only one with forbidden knowledge could hope to work this metal...</span>"
to_chat(user, "<span class='warning'>Only one with forbidden knowledge could hope to work this metal...</span>")
return
return ..()