Fixed female characters not being able to pay Falador Hairdresser hairstyle change fee
This commit is contained in:
@@ -174,7 +174,7 @@ class HairDresserInterface : ComponentPlugin(){
|
||||
when(button){
|
||||
199 -> player.setAttribute("beard-setting",false)
|
||||
200 -> player.setAttribute("beard-setting",true)
|
||||
196,274 -> pay(player)
|
||||
196,274,68,100 -> pay(player)
|
||||
else -> when(component?.id){
|
||||
592 -> { //Female
|
||||
if(femaleColorButtonRange.contains(button)){
|
||||
|
||||
Reference in New Issue
Block a user