mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-06 16:49:07 +00:00
+3
-1
@@ -54,6 +54,8 @@ public class CombatSounds {
|
|||||||
|| npc.contains("monk")) {
|
|| npc.contains("monk")) {
|
||||||
return 417;
|
return 417;
|
||||||
}
|
}
|
||||||
|
if (npc.contains("guard"))
|
||||||
|
return 403;
|
||||||
return Misc.random(6) > 3 ? 398 : 394;
|
return Misc.random(6) > 3 ? 398 : 394;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -97,7 +99,7 @@ public class CombatSounds {
|
|||||||
if (npc.contains("man") && !npc.contains("woman")) {
|
if (npc.contains("man") && !npc.contains("woman")) {
|
||||||
return 816;
|
return 816;
|
||||||
}
|
}
|
||||||
if (npc.contains("monk")) {
|
if (npc.contains("monk") || npc.contains("guard")) {
|
||||||
return 816;
|
return 816;
|
||||||
}
|
}
|
||||||
if (!npc.contains("man") && npc.contains("woman")) {
|
if (!npc.contains("man") && npc.contains("woman")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user