Adjusts the amount of carp spawned for moderate level carp

This commit is contained in:
mwerezak
2015-01-09 22:42:52 -05:00
parent ad6801c5f2
commit 7f64d9ce13

View File

@@ -21,7 +21,7 @@
for(var/i = 1 to rand(3,5))
spawn_fish(landmarks_list.len)
else if(severity == EVENT_LEVEL_MODERATE)
spawn_fish(landmarks_list.len)
spawn_fish(rand(10,30))
else
spawn_fish(rand(1, 5))