mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-07-22 23:57:01 +00:00
Update 6.8
This commit is contained in:
@@ -59,6 +59,8 @@ def rockSmashItem(isDark=false)
|
||||
if rand(100)< chance
|
||||
if rand(5) == 0 && !hatUnlocked?(HAT_AERODACTYL)
|
||||
obtainHat(HAT_AERODACTYL)
|
||||
elsif rand(5) == 0 && !hatUnlocked?(HAT_TYRUNT)
|
||||
obtainHat(HAT_TYRUNT)
|
||||
else
|
||||
itemsList = getRockSmashItemList(isDark)
|
||||
i = rand(itemsList.length)
|
||||
|
||||
Reference in New Issue
Block a user