Add rejuvenate command (#380)

* Add rejuvenate command

Takes one or more entity uids as input. Attempts to find a DamageableComponent on that mob and heal all damage on it.

* Add rejuvenate to right click menu

* Update engine submodule

* Make suggested changes

- Remove redundant error checks in rejuvenate console command, add in relevant ones along with shell messages so the user knows what's going on.
- Remove localization of group check on rejuvenate verb, since the translated version wouldn't be in groups.yml this would've broken the verb in other locales.
- Have the rejuvenate verb attempt to heal the user by default if no arguments were provided to it.

* More localization + help message formatting improvement

* Add more suggested changes
This commit is contained in:
moneyl
2019-10-13 09:30:44 -04:00
committed by Pieter-Jan Briers
parent d6e378c3bf
commit a5b19b10e0
3 changed files with 119 additions and 0 deletions

View File

@@ -50,4 +50,5 @@
- endround
- restartround
- respawn
- rejuvenate
CanViewVar: true