mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-22 05:25:15 +01:00
[MIRROR] Adds an engraving to the staff of healing regarding proper healing beam usage. [MDB IGNORE] (#18496)
* Adds an engraving to the staff of healing regarding proper healing beam usage. (#72403) 🆑 fix: Adds an engraving to the staff of healing regarding proper healing beam usage. /🆑 Co-authored-by: Fikou <23585223+Fikou@ users.noreply.github.com> * Adds an engraving to the staff of healing regarding proper healing beam usage. Co-authored-by: Iamgoofball <iamgoofball@gmail.com> Co-authored-by: Fikou <23585223+Fikou@ users.noreply.github.com>
This commit is contained in:
@@ -84,6 +84,11 @@
|
||||
if(!is_wizard_or_friend(user))
|
||||
to_chat(user, span_hypnophrase("<span style='font-size: 24px'>The staff feels weaker as you touch it</span>"))
|
||||
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)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user