7 Activation
= function()
8 pos
= player
.getPosition();
9 map
.acid( pos
.x
, pos
.y
);
18 player
.setImmune( 1 );
21 player
.setImmune( 0 );
29 Activation
= function()
30 pos
= player
.getPosition();
31 for i
= pos
.x
+1,pos
.x
+10,1 do
32 map
.CreateObject( "acid", i
, pos
.y
)