remove point of interest marker from Luna, she doesn't want to be found
This commit is contained in:
parent
4b16bd377d
commit
982d745d8a
|
@ -485,6 +485,9 @@ pub fn load_defs(mut ew_spawn: EventWriter<SpawnEvent>) {
|
||||||
["pointofinterest", "yes"] => {
|
["pointofinterest", "yes"] => {
|
||||||
state.is_point_of_interest = true;
|
state.is_point_of_interest = true;
|
||||||
}
|
}
|
||||||
|
["pointofinterest", "no"] => {
|
||||||
|
state.is_point_of_interest = false;
|
||||||
|
}
|
||||||
["oxygen", amount] => {
|
["oxygen", amount] => {
|
||||||
if let Ok(amount) = amount.parse::<f32>() {
|
if let Ok(amount) = amount.parse::<f32>() {
|
||||||
state.is_lifeform = true;
|
state.is_lifeform = true;
|
||||||
|
|
|
@ -345,6 +345,7 @@ actor 700 -100 -1100 suitv2
|
||||||
rotationy 108
|
rotationy 108
|
||||||
rotationx 180
|
rotationx 180
|
||||||
pronoun she
|
pronoun she
|
||||||
|
pointofinterest no
|
||||||
scene 12 0 -30 workshop
|
scene 12 0 -30 workshop
|
||||||
relativeto Luna
|
relativeto Luna
|
||||||
actor -20 10 -23 MeteorAceGT
|
actor -20 10 -23 MeteorAceGT
|
||||||
|
|
Loading…
Reference in a new issue