From f89ec1f6c2e698777f19519bf2048fa8a2a3314e Mon Sep 17 00:00:00 2001 From: Alex Kerr Date: Wed, 28 Jan 2015 09:55:24 +0000 Subject: [PATCH] And more race fixes --- lib/OSRIC/Race.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/OSRIC/Race.pm b/lib/OSRIC/Race.pm index 584a8ea..111c592 100644 --- a/lib/OSRIC/Race.pm +++ b/lib/OSRIC/Race.pm @@ -1,6 +1,6 @@ -package OSRIC::Races; +package OSRIC::Race; -my @races = qw/Dwarf Elf Gnome HalfElf Halfling HalfOrc Human/; +our @races = qw/Dwarf Elf Gnome HalfElf Halfling HalfOrc Human/; # The stat buffs/nerfs a race gives: sub stats_boosts