Add grenades

This commit is contained in:
rubenwardy 2016-01-07 22:19:10 +00:00
parent df4855f7e7
commit 6c14243b2d
24 changed files with 1 additions and 0 deletions

View file

@ -12,6 +12,7 @@ treasurer.register_treasure("shooter:crossbow",0.5,2,{1,5})
treasurer.register_treasure("shooter:pistol",0.4,2,{1,5})
treasurer.register_treasure("shooter:rifle",0.1,2,{1,2})
treasurer.register_treasure("shooter:shotgun",0.05,2,1)
treasurer.register_treasure("shooter:grenade",0.01,2,{1,5})
treasurer.register_treasure("shooter:machine_gun",0.01,2,1)
treasurer.register_treasure("shooter:ammo",0.3,2,{1,10})
treasurer.register_treasure("shooter:arrow_white",0.5,2,{1,10})