Fixes a few more issues

This commit is contained in:
warior4356
2021-03-27 03:16:48 -07:00
parent d53d351b64
commit 579f8f2e00
6 changed files with 38 additions and 9 deletions
@@ -380,7 +380,7 @@ GLOBAL_LIST_INIT(cult_recipes, list ( \
if(!iscultist(user))
to_chat(user, "<span class='warning'>Only one with forbidden knowledge could hope to work this metal...</span>")
return
if(user.holy_check())
if(usr.holy_check())
return
if(!is_level_reachable(user.z))
to_chat(user, "<span class='warning'>The energies of this place interfere with the metal shaping!</span>")