Compare commits

...

2 Commits

Author SHA1 Message Date
theo@manjaro 23cdfb9565 Fixed sound volumes 2021-09-19 22:26:55 +02:00
theo@manjaro 411cea6757 Updated special pinmik spawn rate 2021-09-19 22:14:18 +02:00
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,10)==1: # 1/10 chance to have a special
if random.randint(1,6)==1: # Chance to have a special one
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.