~seraphimrp/osric-cgi

1f00b259ce0aa49f34916b1261ac3f3988059b45 — Elliott Pardee 9 years ago 379a7fd
fix part 1
1 files changed, 0 insertions(+), 8 deletions(-)

M lib/OSRIC/Character.pm
M lib/OSRIC/Character.pm => lib/OSRIC/Character.pm +0 -8
@@ 34,7 34,6 @@ sub new
	my $class = shift;
	my $character =
	{
		irc => "", # The player's irc nick, not found on the character sheet.
		personal =>
		{
			name => "",


@@ 76,13 75,6 @@ sub new
	bless $character, $class;
}

# Sets the player's irc nick:
sub set_irc
{
	my $self = shift;
	$self->{irc} = shift;
}

# Generates the 6 major stats:
sub generate_stats
{