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"] => {
|
||||
state.is_point_of_interest = true;
|
||||
}
|
||||
["pointofinterest", "no"] => {
|
||||
state.is_point_of_interest = false;
|
||||
}
|
||||
["oxygen", amount] => {
|
||||
if let Ok(amount) = amount.parse::<f32>() {
|
||||
state.is_lifeform = true;
|
||||
|
|
|
@ -345,6 +345,7 @@ actor 700 -100 -1100 suitv2
|
|||
rotationy 108
|
||||
rotationx 180
|
||||
pronoun she
|
||||
pointofinterest no
|
||||
scene 12 0 -30 workshop
|
||||
relativeto Luna
|
||||
actor -20 10 -23 MeteorAceGT
|
||||
|
|
Loading…
Reference in a new issue