Skip to content

Commit 7983a1d

Browse files
committed
support added for backgrounds
1 parent 8fbec6b commit 7983a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mercutio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def gen(self, graphical=None, random=None, player_class=None, attributes=None, r
117117
self.background = rd.choice(self.background_options)
118118
if background:
119119
if background in self.background_options:
120-
self.player_cbackgroundlass = background
120+
self.background = background
121121
else: self.background=rd.choice(self.background_options)
122122
self.buff(name=self.background, dimension='background')
123123

0 commit comments

Comments
 (0)