mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Adjusts the amount of carp spawned for moderate level carp
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user