Because this happens frequently and is funny when it happens, I want to announce when a Scientist kills a Murderer, or when a Murderer kills a Scientist. I tried doing this:
{
"KillerType": "Scientist",
"VictimType": "Murderer",
"DamageType": "*",
"Messages": [
"A {killer} killed a {victim}!"
]
},
{
"KillerType": "Murderer",
"VictimType": "Scientist",
"DamageType": "*",
"Messages": [
"A {killer} killed a {victim}!"
]
},
But it didn't work. It doesn't display when a Scientist kills a Murderer or the other way around. Everything else still works though.
{
"KillerType": "Scientist",
"VictimType": "Murderer",
"DamageType": "*",
"Messages": [
"A {killer} killed a {victim}!"
]
},
{
"KillerType": "Murderer",
"VictimType": "Scientist",
"DamageType": "*",
"Messages": [
"A {killer} killed a {victim}!"
]
},
But it didn't work. It doesn't display when a Scientist kills a Murderer or the other way around. Everything else still works though.