oops
This commit is contained in:
parent
3161d67ebb
commit
2e74bac6fe
|
@ -2,8 +2,8 @@ import random, math, roman
|
||||||
from gametext import appearance_outcomes, base_string
|
from gametext import appearance_outcomes, base_string
|
||||||
|
|
||||||
class Weather:
|
class Weather:
|
||||||
self.name = "Sunny"
|
name = "Sunny"
|
||||||
self.emoji = "🌞"
|
emoji = "🌞"
|
||||||
|
|
||||||
def __init__(self, game):
|
def __init__(self, game):
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in a new issue