mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-04 04:15:52 -04:00
Gender Enum Refactor
This commit is contained in:
@@ -73,7 +73,7 @@ public class barn_ranchhand extends script.conversation.base.conversation_base
|
||||
private String barn_ranchhand_tokenTO_barnOwnerName(obj_id player, obj_id npc) throws InterruptedException
|
||||
{
|
||||
String name = "Sir";
|
||||
if (getGender(player) == GENDER_FEMALE)
|
||||
if (getGender(player) == Gender.FEMALE)
|
||||
{
|
||||
name = "Ma'am";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user