From 4f6641c8ae6d20f434093eeba85933211c0aa980 Mon Sep 17 00:00:00 2001 From: XFirebirdX <142694283+XFirebirdX@users.noreply.github.com> Date: Wed, 11 Sep 2024 19:28:50 +0200 Subject: [PATCH] Update hierophant_loot.dm (#26634) --- code/modules/mining/lavaland/loot/hierophant_loot.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mining/lavaland/loot/hierophant_loot.dm b/code/modules/mining/lavaland/loot/hierophant_loot.dm index 5cbdee95072..66a94acf1ad 100644 --- a/code/modules/mining/lavaland/loot/hierophant_loot.dm +++ b/code/modules/mining/lavaland/loot/hierophant_loot.dm @@ -56,7 +56,7 @@ if(HAS_TRAIT(user, TRAIT_PACIFISM)) to_chat(user, "You don't want to harm other living beings!") return - + if((!is_mining_level(user.z) && !iswizard(user) && !istype(get_area(user), /area/ruin/space/bubblegum_arena))) //Will only spawn a few sparks if not on mining z level, unless a wizard uses it. timer = world.time + cooldown_time user.visible_message("[user]'s hierophant club malfunctions!") @@ -153,7 +153,7 @@ beacon = new/obj/effect/hierophant(T) user.update_action_buttons_icon() user.visible_message("[user] places a strange machine beneath [user.p_their()] feet!", \ - "You detach the hierophant beacon, allowing you to teleport yourself and any allies to it at any time!\n\ + "You detach the hierophant beacon, allowing you to teleport yourself and any of your allies to it at any time! Beware! The Horrors of Lavaland can still be teleported with you.\n\ You can remove the beacon to place it again by striking it with the club.") else timer = world.time