Remove fat chodes, Silver Bullet reimplemented.
This commit is contained in:
parent
146531003e
commit
62d10ed11c
46 changed files with 333 additions and 1413 deletions
|
|
@ -891,11 +891,11 @@ Class RewardCandyGun : ChanceboxReward
|
|||
override void SpawnReward( Vector3 pos )
|
||||
{
|
||||
SpawnCenter(pos,"CandyGun");
|
||||
SpawnCircle(pos,6,"CandyGunBullets");
|
||||
SpawnCircle(pos,7,"CandyGunBullets");
|
||||
}
|
||||
}
|
||||
// TODO ray-khom bolts all over
|
||||
// them silver bullets, of two types
|
||||
// them silver bullets
|
||||
Class RewardSilverBullets : ChanceboxReward
|
||||
{
|
||||
override bool CheckRequirements()
|
||||
|
|
@ -905,7 +905,7 @@ Class RewardSilverBullets : ChanceboxReward
|
|||
|
||||
override void SpawnReward( Vector3 pos )
|
||||
{
|
||||
SpawnCircle(pos,3,"SilverBullets2");
|
||||
SpawnCircle(pos,4,"SilverBullets");
|
||||
SpawnCircle(pos,6,"SilverBullets",3.);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue