diff --git a/code/game/objects/items/devices/scanners/health.dm b/code/game/objects/items/devices/scanners/health.dm index 90cfb3e4aa1..f925c087694 100644 --- a/code/game/objects/items/devices/scanners/health.dm +++ b/code/game/objects/items/devices/scanners/health.dm @@ -298,6 +298,8 @@ dat += "Subject is a Xenochimera. Treat accordingly." // VOREStation Edit End user.show_message(dat, 1) + if(guide) + guide(M, user) /obj/item/device/healthanalyzer/verb/toggle_mode() set name = "Switch Verbosity"