mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-17 19:14:15 +01:00
[MIRROR] Fixes spread glowshrooms runtiming on initialize (#6633)
* Fixes spread glowshrooms runtiming on initialize (#59902) * Fixes spread glowshrooms runtiming on initialize Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
This commit is contained in:
@@ -175,7 +175,7 @@
|
||||
if(shroom_count >= place_count)
|
||||
continue
|
||||
|
||||
var/obj/structure/glowshroom/child = new type(new_loc, newseed = myseed.Copy())
|
||||
var/obj/structure/glowshroom/child = new type(new_loc, myseed.Copy())
|
||||
child.generation = generation + 1
|
||||
|
||||
/obj/structure/glowshroom/proc/calc_dir(turf/location = loc)
|
||||
|
||||
Reference in New Issue
Block a user