Effect: Added Fatal Poison effect

This is identical to normal Poison, except that it kills the victim. Parrots receive this effect when they are fed cookies.
This commit is contained in:
Dylan K. Taylor
2017-12-13 18:59:49 +00:00
parent 4ae278686c
commit f5ebfc3418
2 changed files with 14 additions and 3 deletions

View File

@ -131,5 +131,11 @@
"id": 24,
"color": "#FFCEFFFF",
"name": "levitation"
},
"fatal_poison": {
"id": 25,
"color": "#FF4E9331",
"name": "poison",
"isBad": true
}
}