mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Travis: Indentation / list fixes (#1254)
Fixes the tools/indentation.awk script to not demand a comma at the end of perfectly valid comments. Makes it report unnecessary commas in lists. Readds it to the Travis build list.
This commit is contained in:
@@ -514,7 +514,7 @@
|
||||
"/obj/item/weapon/coin/phoron" = 0.5,
|
||||
"/obj/item/weapon/coin/uranium" = 0.5,
|
||||
"/obj/item/weapon/coin/platinum" = 0.2,
|
||||
"/obj/item/weapon/coin/diamond" = 0.1,
|
||||
"/obj/item/weapon/coin/diamond" = 0.1
|
||||
)
|
||||
return pickweight(coin)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user