Hologram banners no longer give inspiration effects (#77079)

## About The Pull Request

Banners spawned via the holodeck are no longer eligible to give healing
effects

## Why It's Good For The Game
This makes it too easy to source the banners and gives you another
healing option that isn't technically supposed to be possible.

## Changelog

🆑 oranges
balance: holodeck spawned banners no longer give the inspiration effects
/🆑
This commit is contained in:
oranges
2023-07-25 15:07:07 -06:00
committed by GitHub
parent d4f6bd2a40
commit a2c909e49e
+1 -1
View File
@@ -24,7 +24,7 @@
. += span_notice("Activate it in your hand to inspire nearby allies of this banner's allegiance!")
/obj/item/banner/attack_self(mob/living/carbon/human/user)
if(!inspiration_available)
if(!inspiration_available || flags_1 & HOLOGRAM_1)
return
if(morale_time > world.time)
to_chat(user, span_warning("You aren't feeling inspired enough to flourish [src] again yet."))