Great. It's your project and you should decide what to do. It's more of a design decision that should be made at the start of the project but, hey, now you've gained new knowledge to apply in future projects.
A cursory grep
grep -iGR --include=*.rpy 'del inventory' ./ | wc -l
gave 62 occurrences so yeah searching and rewriting will be a pain.