| 1076 | void Npc::interact(InteractAction const&) {} |
| 1077 | |
| 1078 | void Npc::addEffectEmitters(StringSet const& emitters) { |
| 1079 | m_effectEmitter->addEffectSources("normal", emitters); |
| 1080 | } |
| 1081 | |
| 1082 | void Npc::requestEmote(String const& emote) { |
| 1083 | if (!emote.empty()) { |
no test coverage detected