| 435 | } |
| 436 | |
| 437 | String Quest::questReceiverIndicator() const { |
| 438 | return getTemplate()->questReceiverIndicator; |
| 439 | } |
| 440 | |
| 441 | bool hasItemIndicator(EntityPtr const& entity, List<ItemDescriptor> indicatedItems) { |
| 442 | if (auto itemDrop = as<ItemDrop>(entity)) { |
no test coverage detected