colobot-data/ai/shield02.txt

7 lines
152 B
Plaintext
Raw Normal View History

extern void object::Return()
{
shield(1,15); // activate the shield
goto(8,60); // go to the spaceship
shield(0,15); // deactivate the shield
}