Fuel Tank: interact to refill oxygen

This commit is contained in:
yuni 2024-10-09 22:13:20 +02:00
parent f4c25352b4
commit a618414a1a
2 changed files with 10 additions and 0 deletions

View file

@ -822,3 +822,10 @@
- Phew, that was close. Take care of yourself!
- Anything else?
- goto: entrypoint
---
- chat: OxygenTank
- script: refilloxygen 1
- system: Oxygen refilled

View file

@ -832,6 +832,9 @@ fn spawn_scenes(
// command: density 2000
state.density = 2000.0;
// command: chatid OxygenTank
state.chat = String::from("OxygenTank");
// command: pointofinterest yes
ew_spawn.send(SpawnEvent(state));
}