mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-13 16:12:30 +01:00
Merge pull request #116 from CHOMPstation/ReddeyfishVor-mobSpawner
Reduce mining mob spawner frequency
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
//T.ChangeTurf(/turf/space/cracked_asteroid)
|
||||
|
||||
//CHOMPStation Edit
|
||||
if(rand(1, 40) == 1) // 1 in 40 chance
|
||||
if(rand(1, 100) == 1) // 1 in 100 chance
|
||||
new /obj/structure/mob_spawner/scanner/mining_animals(T)
|
||||
else
|
||||
T.make_wall()
|
||||
@@ -65,4 +65,4 @@
|
||||
else if(map[current_cell] == EMPTY_CHAR)
|
||||
T.make_ore(1)
|
||||
get_additional_spawns(map[current_cell],T,get_spawn_dir(x, y))
|
||||
return T
|
||||
return T
|
||||
|
||||
Reference in New Issue
Block a user