Skip to content

Commit

Permalink
fixes cricket spawn (#37341)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurfursten authored Dec 16, 2024
1 parent 6b545b0 commit cdb8ce0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/events/crickets.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/datum/event/cricketsbehindthefridge/start()
for(var/obj/machinery/smartfridge/SF in machines)
if(SF.z != map.zMainStation)
continue
for(var/i = 1 to rand(3,4))
var/mob/living/simple_animal/cricket/C = new (SF.loc)
if(i==1)
Expand Down

0 comments on commit cdb8ce0

Please sign in to comment.