Skip to content

Commit

Permalink
oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
KoishiVibe committed Aug 29, 2024
1 parent 5b6e65b commit ae4692c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/rifles.dm
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@
//XM43A, a cut down official carbine modification of the M41A. Y'know, a space XM177 or whatever.

/obj/item/weapon/gun/rifle/m41aMK1/carbine
. = ..()
. = ..()

Check warning on line 443 in code/modules/projectiles/guns/rifles.dm

View workflow job for this annotation

GitHub Actions / Run Linters

path started by '.', should be unprefixed

Check failure on line 443 in code/modules/projectiles/guns/rifles.dm

View workflow job for this annotation

GitHub Actions / Run Linters

path has no effect

Check failure on line 443 in code/modules/projectiles/guns/rifles.dm

View workflow job for this annotation

GitHub Actions / Run Linters

what?

Check failure on line 443 in code/modules/projectiles/guns/rifles.dm

View workflow job for this annotation

GitHub Actions / Run Linters

got '=', expected one of: identifier, newline, '/'
name = "XM43A pulse carbine"
desc = "Pulse action 10x24mm caseless carbine, semi-experimental. Exchanges the firepower of a grenade launcher and some modularity for handling."
icon_state = "xm43a"
Expand Down

0 comments on commit ae4692c

Please sign in to comment.