Soviets will now have paratroopers at the start of soviet mission 1, modified lua GiveSpecialWeapon and super code to allow perputual usage of script granted super weapons even if the prereq requirements aren't met.

This commit is contained in:
Justin Marshall
2020-07-20 11:27:06 -07:00
parent e721d781e5
commit 9fcc2d286d
6 changed files with 17 additions and 5 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ function map_briefing()
end
function map_start()
GiveSpecialWeapon(SpecialWeapons.Paratroops, Houses.USSR, 1)
end
function map_frame()