mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
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:
@@ -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()]
|
||||
|
||||
Reference in New Issue
Block a user