passenger llu

This commit is contained in:
ScrawnyRonnie 2023-12-09 14:49:06 -05:00
parent 689f67ec39
commit 35bfab5768

View file

@ -79,6 +79,11 @@ object DamageableMountable {
.values
.flatMap { _.occupant }
.collect { case player if player.isAlive =>
//make llu visible to others in zone if passenger is carrying one
val zone = player.Zone
val events = zone.AvatarEvents
val nameChannel = player.Name
events ! AvatarServiceMessage(nameChannel, AvatarAction.DropSpecialItem())
//player.LogActivity(cause)
player.Actor ! Player.Die(
DamageInteraction(interaction.resolution, SourceEntry(player), interaction.cause, interaction.hitPos)