From 5c461e8b8dc8a8b058a8c42778fd0046b968f645 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 25 May 2014 02:44:47 -0400 Subject: forgot an accessor --- lib/Games/SMTNocturne/Demons/Demon.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Games/SMTNocturne/Demons') diff --git a/lib/Games/SMTNocturne/Demons/Demon.pm b/lib/Games/SMTNocturne/Demons/Demon.pm index 8ceff42..1cf2bf1 100644 --- a/lib/Games/SMTNocturne/Demons/Demon.pm +++ b/lib/Games/SMTNocturne/Demons/Demon.pm @@ -46,6 +46,7 @@ sub from_type_and_level { # sub boss { $_[0]->{boss} } sub fusion_type { $_[0]->{fusion_type} } sub level { $_[0]->{level} } +sub name { $_[0]->{name} } sub type { $_[0]->{type} } sub to_string { -- cgit v1.2.3-54-g00ecf