mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Fixed female characters not being able to pay Falador Hairdresser hairstyle change fee
This commit is contained in:
parent
4b3cfae309
commit
f25f439bdf
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ class HairDresserInterface : ComponentPlugin(){
|
||||||
when(button){
|
when(button){
|
||||||
199 -> player.setAttribute("beard-setting",false)
|
199 -> player.setAttribute("beard-setting",false)
|
||||||
200 -> player.setAttribute("beard-setting",true)
|
200 -> player.setAttribute("beard-setting",true)
|
||||||
196,274 -> pay(player)
|
196,274,68,100 -> pay(player)
|
||||||
else -> when(component?.id){
|
else -> when(component?.id){
|
||||||
592 -> { //Female
|
592 -> { //Female
|
||||||
if(femaleColorButtonRange.contains(button)){
|
if(femaleColorButtonRange.contains(button)){
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue