mirror of
https://github.com/PsychoticNinjaRepo/idlerpg-ng.git
synced 2025-04-26 20:41:02 -05:00
Change pronoun references to gender-neutral 'they/their'
This commit is contained in:
parent
1d78193e48
commit
958d78e20a
@ -822,7 +822,7 @@ sub parse {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
privmsg("Account $username removed.",$usernick);
|
privmsg("Account $username removed.",$usernick);
|
||||||
chanmsg("$arg[0] removed his account, $username, the ".
|
chanmsg("$arg[0] removed their account, $username, the ".
|
||||||
$rps{$username}{class}.".");
|
$rps{$username}{class}.".");
|
||||||
delete($rps{$username});
|
delete($rps{$username});
|
||||||
}
|
}
|
||||||
@ -1278,9 +1278,9 @@ sub challenge_opp { # pit argument player against random player
|
|||||||
"pair of boots");
|
"pair of boots");
|
||||||
my $type = $items[rand(@items)];
|
my $type = $items[rand(@items)];
|
||||||
if (int($rps{$opp}{item}{$type}) > int($rps{$u}{item}{$type})) {
|
if (int($rps{$opp}{item}{$type}) > int($rps{$u}{item}{$type})) {
|
||||||
chanmsg(clog("In the fierce battle, $opp dropped his level ".
|
chanmsg(clog("In the fierce battle, $opp dropped their level ".
|
||||||
int($rps{$opp}{item}{$type})." $type! $u picks ".
|
int($rps{$opp}{item}{$type})." $type! $u picks ".
|
||||||
"it up, tossing his old level ".
|
"it up, tossing their old level ".
|
||||||
int($rps{$u}{item}{$type})." $type to $opp."));
|
int($rps{$u}{item}{$type})." $type to $opp."));
|
||||||
my $tempitem = $rps{$u}{item}{$type};
|
my $tempitem = $rps{$u}{item}{$type};
|
||||||
$rps{$u}{item}{$type}=$rps{$opp}{item}{$type};
|
$rps{$u}{item}{$type}=$rps{$opp}{item}{$type};
|
||||||
@ -1771,20 +1771,20 @@ sub calamity { # suffer a little one
|
|||||||
"shield");
|
"shield");
|
||||||
my $type = $items[rand(@items)];
|
my $type = $items[rand(@items)];
|
||||||
if ($type eq "amulet") {
|
if ($type eq "amulet") {
|
||||||
chanmsg(clog("$player fell, chipping the stone in his amulet! ".
|
chanmsg(clog("$player fell, chipping the stone in their amulet! ".
|
||||||
"$player\'s $type loses 10% of its effectiveness."));
|
"$player\'s $type loses 10% of its effectiveness."));
|
||||||
}
|
}
|
||||||
elsif ($type eq "charm") {
|
elsif ($type eq "charm") {
|
||||||
chanmsg(clog("$player slipped and dropped his charm in a dirty ".
|
chanmsg(clog("$player slipped and dropped their charm in a dirty ".
|
||||||
"bog! $player\'s $type loses 10% of its ".
|
"bog! $player\'s $type loses 10% of its ".
|
||||||
"effectiveness."));
|
"effectiveness."));
|
||||||
}
|
}
|
||||||
elsif ($type eq "weapon") {
|
elsif ($type eq "weapon") {
|
||||||
chanmsg(clog("$player left his weapon out in the rain to rust! ".
|
chanmsg(clog("$player left their weapon out in the rain to rust! ".
|
||||||
"$player\'s $type loses 10% of its effectiveness."));
|
"$player\'s $type loses 10% of its effectiveness."));
|
||||||
}
|
}
|
||||||
elsif ($type eq "tunic") {
|
elsif ($type eq "tunic") {
|
||||||
chanmsg(clog("$player spilled a level 7 shrinking potion on his ".
|
chanmsg(clog("$player spilled a level 7 shrinking potion on their ".
|
||||||
"tunic! $player\'s $type loses 10% of its ".
|
"tunic! $player\'s $type loses 10% of its ".
|
||||||
"effectiveness."));
|
"effectiveness."));
|
||||||
}
|
}
|
||||||
@ -1794,7 +1794,7 @@ sub calamity { # suffer a little one
|
|||||||
"effectiveness."));
|
"effectiveness."));
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
chanmsg(clog("$player burned a hole through his leggings while ".
|
chanmsg(clog("$player burned a hole through their leggings while ".
|
||||||
"ironing them! $player\'s $type loses 10% of its ".
|
"ironing them! $player\'s $type loses 10% of its ".
|
||||||
"effectiveness."));
|
"effectiveness."));
|
||||||
}
|
}
|
||||||
@ -1839,7 +1839,7 @@ sub godsend { # bless the unworthy
|
|||||||
"$player\'s $type gains 10% effectiveness."));
|
"$player\'s $type gains 10% effectiveness."));
|
||||||
}
|
}
|
||||||
elsif ($type eq "weapon") {
|
elsif ($type eq "weapon") {
|
||||||
chanmsg(clog("$player sharpened the edge of his weapon! ".
|
chanmsg(clog("$player sharpened the edge of their weapon! ".
|
||||||
"$player\'s $type gains 10% effectiveness."));
|
"$player\'s $type gains 10% effectiveness."));
|
||||||
}
|
}
|
||||||
elsif ($type eq "tunic") {
|
elsif ($type eq "tunic") {
|
||||||
@ -1847,7 +1847,7 @@ sub godsend { # bless the unworthy
|
|||||||
"tunic! $player\'s $type gains 10% effectiveness."));
|
"tunic! $player\'s $type gains 10% effectiveness."));
|
||||||
}
|
}
|
||||||
elsif ($type eq "shield") {
|
elsif ($type eq "shield") {
|
||||||
chanmsg(clog("$player reinforced his shield with a dragon's ".
|
chanmsg(clog("$player reinforced their shield with a dragon's ".
|
||||||
"scales! $player\'s $type gains 10% effectiveness."));
|
"scales! $player\'s $type gains 10% effectiveness."));
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
@ -2116,9 +2116,9 @@ sub collision_fight {
|
|||||||
"pair of boots");
|
"pair of boots");
|
||||||
my $type = $items[rand(@items)];
|
my $type = $items[rand(@items)];
|
||||||
if (int($rps{$opp}{item}{$type}) > int($rps{$u}{item}{$type})) {
|
if (int($rps{$opp}{item}{$type}) > int($rps{$u}{item}{$type})) {
|
||||||
chanmsg("In the fierce battle, $opp dropped his level ".
|
chanmsg("In the fierce battle, $opp dropped their level ".
|
||||||
int($rps{$opp}{item}{$type})." $type! $u picks it up, ".
|
int($rps{$opp}{item}{$type})." $type! $u picks it up, ".
|
||||||
"tossing his old level ".int($rps{$u}{item}{$type}).
|
"tossing their old level ".int($rps{$u}{item}{$type}).
|
||||||
" $type to $opp.");
|
" $type to $opp.");
|
||||||
my $tempitem = $rps{$u}{item}{$type};
|
my $tempitem = $rps{$u}{item}{$type};
|
||||||
$rps{$u}{item}{$type}=$rps{$opp}{item}{$type};
|
$rps{$u}{item}{$type}=$rps{$opp}{item}{$type};
|
||||||
@ -2212,7 +2212,7 @@ sub evilness {
|
|||||||
$rps{$target}{item}{$type} = $tempitem;
|
$rps{$target}{item}{$type} = $tempitem;
|
||||||
chanmsg(clog("$me stole $target\'s level ".
|
chanmsg(clog("$me stole $target\'s level ".
|
||||||
int($rps{$me}{item}{$type})." $type while they were ".
|
int($rps{$me}{item}{$type})." $type while they were ".
|
||||||
"sleeping! $me leaves his old level ".
|
"sleeping! $me leaves their old level ".
|
||||||
int($rps{$target}{item}{$type})." $type behind, ".
|
int($rps{$target}{item}{$type})." $type behind, ".
|
||||||
"which $target then takes."));
|
"which $target then takes."));
|
||||||
}
|
}
|
||||||
@ -2224,9 +2224,9 @@ sub evilness {
|
|||||||
}
|
}
|
||||||
else { # being evil only pays about half of the time...
|
else { # being evil only pays about half of the time...
|
||||||
my $gain = 1 + int(rand(5));
|
my $gain = 1 + int(rand(5));
|
||||||
chanmsg(clog("$me is forsaken by his evil god. ".
|
chanmsg(clog("$me is forsaken by their evil god. ".
|
||||||
duration(int($rps{$me}{next} * ($gain/100)))." is added ".
|
duration(int($rps{$me}{next} * ($gain/100)))." is added ".
|
||||||
"to his clock."));
|
"to their clock."));
|
||||||
$rps{$me}{next} = int($rps{$me}{next} * (1 + ($gain/100)));
|
$rps{$me}{next} = int($rps{$me}{next} * (1 + ($gain/100)));
|
||||||
chanmsg("$me reaches next level in ".duration($rps{$me}{next}).".");
|
chanmsg("$me reaches next level in ".duration($rps{$me}{next}).".");
|
||||||
}
|
}
|
||||||
|
10
events.txt
10
events.txt
@ -11,7 +11,7 @@ C got knifed in a dark alley
|
|||||||
C saw an episode of Ally McBeal
|
C saw an episode of Ally McBeal
|
||||||
C got turned INSIDE OUT, practically
|
C got turned INSIDE OUT, practically
|
||||||
C ate a very disagreeable fruit, getting a terrible case of heartburn
|
C ate a very disagreeable fruit, getting a terrible case of heartburn
|
||||||
C met up with a mob hitman for not paying his bills
|
C met up with a mob hitman for not paying their bills
|
||||||
C has fallen ill with the black plague
|
C has fallen ill with the black plague
|
||||||
C was struck by lightning
|
C was struck by lightning
|
||||||
C was attacked by a rabid cow
|
C was attacked by a rabid cow
|
||||||
@ -25,9 +25,9 @@ C was sat on by a giant
|
|||||||
C ate a plate of discounted, day-old sushi
|
C ate a plate of discounted, day-old sushi
|
||||||
C got harassed by peer
|
C got harassed by peer
|
||||||
C got lost in the woods
|
C got lost in the woods
|
||||||
C misplaced his map
|
C misplaced their map
|
||||||
C broke his compass
|
C broke their compass
|
||||||
C lost his glasses
|
C lost their glasses
|
||||||
C walked face-first into a tree
|
C walked face-first into a tree
|
||||||
G found a pair of Nikes
|
G found a pair of Nikes
|
||||||
G caught a unicorn
|
G caught a unicorn
|
||||||
@ -47,7 +47,7 @@ G stopped using dial-up
|
|||||||
G invented the wheel
|
G invented the wheel
|
||||||
G gained a sixth sense
|
G gained a sixth sense
|
||||||
G got a kiss from drwiii
|
G got a kiss from drwiii
|
||||||
G had his clothes laundered by a passing fairy
|
G had their clothes laundered by a passing fairy
|
||||||
G was rejuvenated by drinking from a magic stream
|
G was rejuvenated by drinking from a magic stream
|
||||||
G was bitten by a radioactive spider
|
G was bitten by a radioactive spider
|
||||||
G hit it off with a drunk sorority chick named Jenny
|
G hit it off with a drunk sorority chick named Jenny
|
||||||
|
Loading…
x
Reference in New Issue
Block a user