Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Made AlienNest invulnerable in missions that require it #115

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion levels/missions/chapter006/level002/scene.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ CreateObject pos=40.00;-71.25 dir=0.0 type=Titanium
CreateObject pos=41.25;-71.25 dir=0.0 type=Titanium
//CreateObject pos=0;-75 dir=0.2 type=AlienEgg autoValue1=30 autoType=AlienWasp autoString="wasp01.txt" run=1

CreateObject pos=42.0;100.0 dir=0.0 type=AlienNest
CreateObject pos=42.0;100.0 dir=0.0 type=AlienNest magnifyDamage=0
CreateObject pos= 45; 100 cmdline= 42; 100; 15; 2.0 dir=0.0 type=AlienAnt script1="anticv.txt" run=1
CreateObject pos= 40; 100 cmdline= 42; 100; 15; 2.0 dir=0.0 type=AlienAnt script1="anticv.txt" run=1
CreateObject pos= 45; 105 cmdline= 42; 100; 15; 2.0 dir=0.0 type=AlienAnt script1="anticv.txt" run=1
Expand Down
2 changes: 1 addition & 1 deletion levels/missions/chapter007/level001/scene.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ CreateObject pos=158; 99 dir=0.2 type=UraniumOre
CreateObject pos=170;106 dir=0.1 type=UraniumOre
CreateObject pos=172; 91 dir=0.3 type=UraniumOre

CreateObject pos=149;-220 dir=0.0 type=AlienNest
CreateObject pos=149;-220 dir=0.0 type=AlienNest magnifyDamage=0
CreateObject pos=148;-215 dir=0.2 type=Greenery4
CreateObject pos=145;-222 dir=0.5 type=Greenery3
CreateObject pos=146;-227 dir=0.0 type=Greenery2
Expand Down
2 changes: 1 addition & 1 deletion levels/plus/chapter006/level003/scene.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ CreateObject pos=40.00;-71.25 dir=0.0 type=Titanium
CreateObject pos=41.25;-71.25 dir=0.0 type=Titanium
//CreateObject pos=0;-75 dir=0.2 type=AlienEgg autoValue1=30 autoType=AlienWasp autoString="wasp01.txt" run=1

CreateObject pos=42.0;100.0 dir=0.0 type=AlienNest
CreateObject pos=42.0;100.0 dir=0.0 type=AlienNest magnifyDamage=0
CreateObject pos= 45; 100 cmdline= 42; 100; 15; 2.0 dir=0.0 type=AlienAnt script1="anticv.txt" run=1
CreateObject pos= 40; 100 cmdline= 42; 100; 15; 2.0 dir=0.0 type=AlienAnt script1="anticv.txt" run=1
CreateObject pos= 45; 105 cmdline= 42; 100; 15; 2.0 dir=0.0 type=AlienAnt script1="anticv.txt" run=1
Expand Down
2 changes: 1 addition & 1 deletion levels/plus/chapter007/level001/scene.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ CreateObject pos=158; 99 dir=0.2 type=UraniumOre
CreateObject pos=170;106 dir=0.1 type=UraniumOre
CreateObject pos=172; 91 dir=0.3 type=UraniumOre

CreateObject pos=149;-220 dir=0.0 type=AlienNest
CreateObject pos=149;-220 dir=0.0 type=AlienNest magnifyDamage=0
CreateObject pos=148;-215 dir=0.2 type=Greenery4
CreateObject pos=145;-222 dir=0.5 type=Greenery3
CreateObject pos=146;-227 dir=0.0 type=Greenery2
Expand Down
Loading