Corrects incorrect shuffles

This commit is contained in:
Cyberboss
2017-04-11 09:32:13 -04:00
parent fcfcdf1af1
commit fa39d8bfe1
9 changed files with 13 additions and 13 deletions
@@ -326,7 +326,7 @@ Difficulty: Hard
pools_to_remove = get_pools(get_turf(target), 1)
pools -= pools_to_remove
if(pools.len)
shuffle(pools)
shuffle_inplace(pools)
found_bloodpool = pick(pools)
if(found_bloodpool)
visible_message("<span class='danger'>[src] sinks into the blood...</span>")