colobot-data/ai/shield01.txt

7 lines
153 B
Plaintext

extern void object::Outward()
{
shield(1,15); // activate the shield
goto(6,160); // go close to the key
shield(0,15); // deactivate the shield
}