diff --git a/code/modules/projectiles/guns/magic/staff.dm b/code/modules/projectiles/guns/magic/staff.dm index b8c5e30258b..40d4f8216fd 100644 --- a/code/modules/projectiles/guns/magic/staff.dm +++ b/code/modules/projectiles/guns/magic/staff.dm @@ -84,6 +84,11 @@ if(!is_wizard_or_friend(user)) to_chat(user, span_hypnophrase("The staff feels weaker as you touch it")) user.balloon_alert(user, "the staff feels weaker as you touch it") + +/obj/item/gun/magic/staff/healing/examine(mob/user) + . = ..() + if(!is_wizard_or_friend(user)) + . += span_notice("On the handle you notice a beautiful engraving in High Spaceman, \"Thou shalt not crosseth thy beams.\"") /obj/item/gun/magic/staff/healing/Initialize(mapload) . = ..()