Skip to content

Commit

Permalink
Update ammo_boxes.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
oprimeolt authored Nov 14, 2023
1 parent 53ecdbf commit 4f1930e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions code/modules/projectiles/boxes_magazines/ammo_boxes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -536,50 +536,50 @@
name = "ammo box (40mm HE grenades)"
caliber = "40mm"
icon_state = "40mm"
ammo_type = /obj/item/ammo_casing/a40mmHE
ammo_type = /obj/item/ammo_casing/40mmHESHELL

Check failure on line 539 in code/modules/projectiles/boxes_magazines/ammo_boxes.dm

View workflow job for this annotation

GitHub Actions / Run Linters

got '40', expected one of: identifier, path separator, '{', operator, field access, as, 'in', ';'
max_ammo = 4
multiple_sprites = 1

/obj/item/ammo_box/a40mmHEDP
name = "ammo box (40mm HEDP grenades)"
caliber = "40mm"
icon_state = "40mmHEDP"
ammo_type = /obj/item/ammo_casing/a40mmHEDP
ammo_type = /obj/item/ammo_casing/40mmHEDPSHELL
max_ammo = 4
multiple_sprites = 1

/obj/item/ammo_box/a40mmCS
name = "ammo box (40mm CS grenades)"
icon_state = "40mmCS"
ammo_type = /obj/item/ammo_casing/a40mmCS
ammo_type = /obj/item/ammo_casing/40mmCSSHELL
max_ammo = 4
multiple_sprites = 1

/obj/item/ammo_box/a40mmS
name = "ammo box (40mm SMOKE grenades)"
icon_state = "40mmSmoke"
ammo_type = /obj/item/ammo_casing/a40mmS
ammo_type = /obj/item/ammo_casing/40mmSmokeSHELL
max_ammo = 4
multiple_sprites = 1

/obj/item/ammo_box/a40mmM
name = "ammo box (40mm METAL grenades)"
icon_state = "40mmShot"
ammo_type = /obj/item/ammo_casing/a40mmM
ammo_type = /obj/item/ammo_casing/a40mmShotSHELL
max_ammo = 4
multiple_sprites = 1

/obj/item/ammo_box/a40mmF
name = "ammo box (40mm FLASH grenades)"
icon_state = "40mmFlash"
ammo_type = /obj/item/ammo_casing/a40mmF
ammo_type = /obj/item/ammo_casing/a40mmFlashSHELL
max_ammo = 4
multiple_sprites = 1

/obj/item/ammo_box/a40mmI
name = "ammo box (40mm INCENDARY grenades)"
icon_state = "40mmIncen"
ammo_type = /obj/item/ammo_casing/a40mmI
ammo_type = /obj/item/ammo_casing/a40mmIncenSHELL
max_ammo = 4
multiple_sprites = 1

Expand Down

0 comments on commit 4f1930e

Please sign in to comment.