mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-09-21 07:13:00 -04:00
Gender Enum Refactor
This commit is contained in:
@@ -75,7 +75,7 @@ public class ep3_kymayrr extends script.base_script
|
||||
{
|
||||
badge.grantBadge(player, "bdg_kash_wookiee_rage");
|
||||
}
|
||||
if (getGender(player) == GENDER_MALE)
|
||||
if (getGender(player) == Gender.MALE)
|
||||
{
|
||||
if (getSpecies(player) == SPECIES_ITHORIAN)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user