Adds some trailing commas to lists (#90501)

## About The Pull Request

I heard you liked commas.

## Why It's Good For The Game

Trailing commas make everyone happy!

## Changelog

Nothing anyone will notice besides downstreams adding to these lists
This commit is contained in:
Bloop
2025-04-13 20:35:39 -04:00
committed by GitHub
parent a511730a67
commit d71375eafd
28 changed files with 29 additions and 29 deletions
@@ -2,7 +2,7 @@
PROCESSING_SUBSYSTEM_DEF(fishing)
name = "Fishing"
dependencies = list(
/datum/controller/subsystem/atoms
/datum/controller/subsystem/atoms,
)
flags = SS_BACKGROUND
wait = 0.05 SECONDS // If you raise it to 0.1 SECONDS, you better also modify [datum/fish_movement/move_fish()]