Compare commits

..

No commits in common. "23cdfb9565ac56d8a67e907c3bdd70995d24b488" and "d892b9f02feb8d8d0a1a87f9f00fa3c211e410a3" have entirely different histories.

4 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class Spawner(BaseObject):
# Skin choosing
self.skin = random.choice(skins["normal"])
if random.randint(1,6)==1: # Chance to have a special one
if random.randint(1,10)==1: # 1/10 chance to have a special
if len(skins["specials"])>0:
self.skin = random.choice(skins["specials"])
self.fallsprite = game.sprite_lib["lemmings/"+self.skin+"/falling.png"]

Binary file not shown.

Binary file not shown.

Binary file not shown.