1
This commit is contained in:
parent
f1cd20be5a
commit
89a89e90cb
@ -184,6 +184,14 @@ void Obstacle::FillMFObjectFull(Room* room, Human* hum, cs::MFObjectFull* full_d
|
|||||||
} else {
|
} else {
|
||||||
p->set_button_name("躲藏");
|
p->set_button_name("躲藏");
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
if (IsOpenInteraction()) {
|
||||||
|
if (IsDead(hum->room)) {
|
||||||
|
p->set_button_name("");
|
||||||
|
} else {
|
||||||
|
p->set_button_name("开启");
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user