Tim
Tim
I updated an old map to the most recent /tg/ version and spent at least an hour resolving unknown types to their new paths. After this was finished the map...
## About The Pull Request Fixes #66979 Tongue tied was preventing infectious zombies from speaking since their claws count as items. I made it so that the claws are an...
## About The Pull Request Fixes #64059 Xenos would play the hissing sound when they were talking in hivemind. Hivemind is a telepathic connection so it should not be making...
## About The Pull Request Fixes #69798 When using hypnosis on a victim, the language should be accounted for and whether the victim can properly hear it. Before the hearing...
## About The Pull Request A zombie rotten tongue has a complex language modifier. #### The language modifier works by: 1. All occurrences of characters "eiou" (case-insensitive) are replaced with...
Another useful suggestion. Definitely should consider making the example map, Corona files, etc. all in their own repo or folder perhaps. The main directory should just be berry.lua, the plugins...
I noticed the doc folder is gone. Not sure if that was intentional or not, but I think the project could benefit from some basic documentation. You should also include...
Tiled allows a user the feature to export the map as either a JSON or lua file. Seems kinda silly that a lua library doesn't support a lua format. With...
## Features * Adds Lua linter to Github Actions for all pull requests and any pushes to master branch ## Fixes * Remove dead trailing whitespace * Remove unused variables...
## Features * GitHub Actions will now run on any (re)open pull request We want to be able to test out any new code being merged into the main repo....