Reduce chance for gunner shooting wolf if killed

This commit is contained in:
nyuszika7h 2013-09-05 18:35:55 +02:00
parent 5dddfa3d76
commit 8509b370c0

View File

@ -44,7 +44,7 @@ GUN_CHANCES = ( 4/7 , 2/7 , 1/7 )
DRUNK_GUN_CHANCES = ( 2/7 , 3/7 , 2/7 )
MANSLAUGHTER_CHANCE = 2/5 # ACCIDENTAL HEADSHOT (FATAL)
GUNNER_KILLS_WOLF_AT_NIGHT_CHANCE = 1/2
GUNNER_KILLS_WOLF_AT_NIGHT_CHANCE = 1/4
GUARDIAN_ANGEL_DIES_CHANCE = 1/2
DETECTIVE_REVEALED_CHANCE = 2/5