Fuel Tank: interact to refill oxygen
This commit is contained in:
parent
f4c25352b4
commit
a618414a1a
|
@ -822,3 +822,10 @@
|
||||||
- Phew, that was close. Take care of yourself!
|
- Phew, that was close. Take care of yourself!
|
||||||
- Anything else?
|
- Anything else?
|
||||||
- goto: entrypoint
|
- goto: entrypoint
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
- chat: OxygenTank
|
||||||
|
- script: refilloxygen 1
|
||||||
|
- system: Oxygen refilled
|
||||||
|
|
|
@ -832,6 +832,9 @@ fn spawn_scenes(
|
||||||
// command: density 2000
|
// command: density 2000
|
||||||
state.density = 2000.0;
|
state.density = 2000.0;
|
||||||
|
|
||||||
|
// command: chatid OxygenTank
|
||||||
|
state.chat = String::from("OxygenTank");
|
||||||
|
|
||||||
// command: pointofinterest yes
|
// command: pointofinterest yes
|
||||||
ew_spawn.send(SpawnEvent(state));
|
ew_spawn.send(SpawnEvent(state));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue