Skip to content

Commit

Permalink
no swearing in my house
Browse files Browse the repository at this point in the history
  • Loading branch information
Pockets-byte authored Jun 2, 2024
1 parent a42d461 commit 39853f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nsv13/code/modules/overmap/fighters/_fighters.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1496,7 +1496,7 @@ As a rule of thumb, primaries are small guns that take ammo boxes, secondaries a
Utility modules can be either one of these types, just ensure you set its slot to HARDPOINT_SLOT_UTILITY
*/
/obj/item/fighter_component/primary
name = "\improper Fuck you"
name = "\improper primary weapon"
slot = HARDPOINT_SLOT_PRIMARY
fire_mode = FIRE_MODE_ANTI_AIR
var/overmap_select_sound = 'nsv13/sound/effects/ship/pdc_start.ogg'
Expand Down Expand Up @@ -1666,7 +1666,7 @@ Utility modules can be either one of these types, just ensure you set its slot t


/obj/item/fighter_component/secondary
name = "Fuck you"
name = "secondary weapon"
slot = HARDPOINT_SLOT_SECONDARY
fire_mode = FIRE_MODE_TORPEDO
var/overmap_firing_sounds = list(
Expand Down

0 comments on commit 39853f3

Please sign in to comment.