Skip to content

Commit

Permalink
Muzzle-flash offsets
Browse files Browse the repository at this point in the history
  • Loading branch information
BonniePandora committed Sep 27, 2024
1 parent 92b68e2 commit 7375d91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/vehicles/apc/apc_aa.dm
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
switch(HP.slot)
if(HDPT_PRIMARY) //quadcannons
HP.muzzle_flash_pos = list(
"1" = list(8, -20),
"2" = list(25, 31),
"4" = list(-7, 27),
"1" = list(10, -33),
"2" = list(28, 28),
"4" = list(-10, 26),
"8" = list(37, 9)
)
if(HDPT_SECONDARY) //frontmissiles
Expand Down

0 comments on commit 7375d91

Please sign in to comment.