Player was uncatious and ran into a Sam SiteBug
Hi 
Thank so much for the update, but there is one problem. 
when killed by a sam site, deathnotes says "Player was uncatious and ran into a Sam Site"

Can this be fixed ?

V.

I'm not sure why this is marked as a bug. This is as intented. You can change the message yourself by editing the config/DeathNotes.json.

Lines 132 - 139:

      {
        "KillerType": "Trap",
        "VictimType": "Player",
        "DamageType": "*",
        "Messages": [
          "{victim} was uncautious and ran into a {killer}."
        ]
      },

Won't that just interfere with, for example the gun trap ? 

i would love it to be 

"player" got shot down by "owners" SAMsite

Vercetti

i would love it to be 

"player" got shot down by "owners" SAMsite

Eh, it uses {killer} for traps. See examples:

  "Messages": [
    "HAHAAA!! {victim} ran into a {killer}!!"

or 

    "{victim} got shot down by {owner}'s {killer}"

I would leave the {victim} and {killer} but you could remove them, and/or change the rest to say whatever you'd like. Your way will also show "Victim got show down by Owner's Shotgun Trap".