simplificación en mirar e tareas novas no todo
This commit is contained in:
parent
c01adc4fb4
commit
f71c501b30
5
TODO.md
5
TODO.md
@ -1,6 +1,9 @@
|
||||
- Mirar salidas
|
||||
- Condiciós
|
||||
- Comandos abrir/cerrar
|
||||
- Luz e oscuridade
|
||||
- Conversación con NPCs
|
||||
- Servir na rede ou inetd
|
||||
- Rexistro de xogador novo e login
|
||||
- Fio xenerador de monstruos errantes i eventos
|
||||
- Informar do que pasa na sala en público ( perico entra en la sala, perico tira moneda)
|
||||
- Chat entre xogadores
|
||||
|
@ -11,7 +11,7 @@ pub fn execute_look(player: &mut Player, nombre: &str) -> String {
|
||||
let player_location = &player.location;
|
||||
let location = get_location(player_location.to_string());
|
||||
|
||||
if nombre == "sala" {
|
||||
if nombre == "" || nombre == "sala" {
|
||||
if player_location.as_str() != "" {
|
||||
output = String::from(location.unwrap().descripcion);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user