Bug: rpedit command has wrong syntax options
Danger: Trivial - Wrong syntax option in command display
Found by: ToadVile
Fixed by: ToadVile
---
build.c, do_rpedit
Locate:
send_to_char( " act speech rand sleep rest rfight enter\r\n", ch );
Change to:
send_to_char( " act speech rand sleep rest rfight entry\r\n", ch );
The last prog type in the list should be entry and not enter. Might lead to a bit of confusion if left unfixed.