mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +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:
@@ -65,11 +65,11 @@ All custom items with worn sprites must follow the contained sprite system: http
|
||||
icon_state = "nebula_glasses"
|
||||
item_state = "nebula_glasses"
|
||||
contained_sprite = 1
|
||||
var/obj/item/weapon/disk/chip
|
||||
|
||||
/obj/item/clothing/glasses/fluff/nebula_glasses/var/chip
|
||||
/obj/item/clothing/glasses/fluff/nebula_glasses/New()
|
||||
chip = new /obj/item/weapon/disk/fluff/nebula_chip()
|
||||
..()
|
||||
/obj/item/clothing/glasses/fluff/nebula_glasses/New()
|
||||
chip = new /obj/item/weapon/disk/fluff/nebula_chip()
|
||||
..()
|
||||
|
||||
/obj/item/clothing/glasses/fluff/nebula_glasses/attack_self(mob/user as mob)
|
||||
if(chip)
|
||||
|
||||
Reference in New Issue
Block a user