Skip to content

Commit

Permalink
include projectiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute committed Jun 24, 2024
1 parent 5507663 commit 4848f1b
Show file tree
Hide file tree
Showing 24 changed files with 27 additions and 24 deletions.
2 changes: 1 addition & 1 deletion rrm_attribute_clip.sp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Katsute | Licensed under CC BY-NC-SA 4.0
// Copyright (C) 2024 Katsute | Licensed under CC BY-NC-SA 4.0

#pragma semicolon 1

Expand Down
2 changes: 1 addition & 1 deletion rrm_attribute_firing.sp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Katsute | Licensed under CC BY-NC-SA 4.0
// Copyright (C) 2024 Katsute | Licensed under CC BY-NC-SA 4.0

#pragma semicolon 1

Expand Down
2 changes: 1 addition & 1 deletion rrm_attribute_projectile.sp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Katsute | Licensed under CC BY-NC-SA 4.0
// Copyright (C) 2024 Katsute | Licensed under CC BY-NC-SA 4.0

#pragma semicolon 1

Expand Down
5 changes: 4 additions & 1 deletion rrm_attribute_spread.sp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Katsute | Licensed under CC BY-NC-SA 4.0
// Copyright (C) 2024 Katsute | Licensed under CC BY-NC-SA 4.0

#pragma semicolon 1

Expand Down Expand Up @@ -122,12 +122,15 @@ public void ApplyAttribute(const int ent, const int attribute, const float value

public void ApplyPrimary(const int ent){
ApplyAttribute(ent, 106, gMul);
ApplyAttribute(ent, 411, gMul);
}

public void ApplySecondary(const int ent){
ApplyAttribute(ent, 106, gMul);
ApplyAttribute(ent, 411, gMul);
}

public void ApplyMelee(const int ent){
ApplyAttribute(ent, 106, gMul);
ApplyAttribute(ent, 411, gMul);
}
2 changes: 1 addition & 1 deletion rrm_bleed.sp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Katsute | Licensed under CC BY-NC-SA 4.0
// Copyright (C) 2024 Katsute | Licensed under CC BY-NC-SA 4.0

#pragma semicolon 1

Expand Down
2 changes: 1 addition & 1 deletion rrm_charge.sp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Katsute | Licensed under CC BY-NC-SA 4.0
// Copyright (C) 2024 Katsute | Licensed under CC BY-NC-SA 4.0

#pragma semicolon 1

Expand Down
2 changes: 1 addition & 1 deletion rrm_explode.sp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Katsute | Licensed under CC BY-NC-SA 4.0
// Copyright (C) 2024 Katsute | Licensed under CC BY-NC-SA 4.0

#pragma semicolon 1

Expand Down
2 changes: 1 addition & 1 deletion rrm_fire.sp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Katsute | Licensed under CC BY-NC-SA 4.0
// Copyright (C) 2024 Katsute | Licensed under CC BY-NC-SA 4.0

#pragma semicolon 1

Expand Down
2 changes: 1 addition & 1 deletion rrm_friendly.sp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Katsute | Licensed under CC BY-NC-SA 4.0
// Copyright (C) 2024 Katsute | Licensed under CC BY-NC-SA 4.0

#pragma semicolon 1

Expand Down
2 changes: 1 addition & 1 deletion rrm_jarate.sp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Katsute | Licensed under CC BY-NC-SA 4.0
// Copyright (C) 2024 Katsute | Licensed under CC BY-NC-SA 4.0

#pragma semicolon 1

Expand Down
2 changes: 1 addition & 1 deletion rrm_marked.sp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Katsute | Licensed under CC BY-NC-SA 4.0
// Copyright (C) 2024 Katsute | Licensed under CC BY-NC-SA 4.0

#pragma semicolon 1

Expand Down
2 changes: 1 addition & 1 deletion rrm_medieval.sp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Katsute | Licensed under CC BY-NC-SA 4.0
// Copyright (C) 2024 Katsute | Licensed under CC BY-NC-SA 4.0

#pragma semicolon 1

Expand Down
2 changes: 1 addition & 1 deletion rrm_milk.sp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Katsute | Licensed under CC BY-NC-SA 4.0
// Copyright (C) 2024 Katsute | Licensed under CC BY-NC-SA 4.0

#pragma semicolon 1

Expand Down
2 changes: 1 addition & 1 deletion rrm_powerup_agility.sp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Katsute | Licensed under CC BY-NC-SA 4.0
// Copyright (C) 2024 Katsute | Licensed under CC BY-NC-SA 4.0

#pragma semicolon 1

Expand Down
2 changes: 1 addition & 1 deletion rrm_powerup_haste.sp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Katsute | Licensed under CC BY-NC-SA 4.0
// Copyright (C) 2024 Katsute | Licensed under CC BY-NC-SA 4.0

#pragma semicolon 1

Expand Down
2 changes: 1 addition & 1 deletion rrm_powerup_plague.sp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Katsute | Licensed under CC BY-NC-SA 4.0
// Copyright (C) 2024 Katsute | Licensed under CC BY-NC-SA 4.0

#pragma semicolon 1

Expand Down
2 changes: 1 addition & 1 deletion rrm_powerup_precision.sp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Katsute | Licensed under CC BY-NC-SA 4.0
// Copyright (C) 2024 Katsute | Licensed under CC BY-NC-SA 4.0

#pragma semicolon 1

Expand Down
2 changes: 1 addition & 1 deletion rrm_powerup_resistance.sp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Katsute | Licensed under CC BY-NC-SA 4.0
// Copyright (C) 2024 Katsute | Licensed under CC BY-NC-SA 4.0

#pragma semicolon 1

Expand Down
2 changes: 1 addition & 1 deletion rrm_powerup_strength.sp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Katsute | Licensed under CC BY-NC-SA 4.0
// Copyright (C) 2024 Katsute | Licensed under CC BY-NC-SA 4.0

#pragma semicolon 1

Expand Down
2 changes: 1 addition & 1 deletion rrm_powerup_vampire.sp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Katsute | Licensed under CC BY-NC-SA 4.0
// Copyright (C) 2024 Katsute | Licensed under CC BY-NC-SA 4.0

#pragma semicolon 1

Expand Down
2 changes: 1 addition & 1 deletion rrm_resize.sp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Katsute | Licensed under CC BY-NC-SA 4.0
// Copyright (C) 2024 Katsute | Licensed under CC BY-NC-SA 4.0

#pragma semicolon 1

Expand Down
2 changes: 1 addition & 1 deletion rrm_skeletons.sp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Katsute | Licensed under CC BY-NC-SA 4.0
// Copyright (C) 2024 Katsute | Licensed under CC BY-NC-SA 4.0

#pragma semicolon 1

Expand Down
2 changes: 1 addition & 1 deletion rrm_stun.sp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Katsute | Licensed under CC BY-NC-SA 4.0
// Copyright (C) 2024 Katsute | Licensed under CC BY-NC-SA 4.0

#pragma semicolon 1

Expand Down
2 changes: 1 addition & 1 deletion rrm_taunt.sp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023 Katsute | Licensed under CC BY-NC-SA 4.0
// Copyright (C) 2024 Katsute | Licensed under CC BY-NC-SA 4.0

#pragma semicolon 1

Expand Down

0 comments on commit 4848f1b

Please sign in to comment.