Today We did
- Monster Inheritance work (ability to deal sword attacks to monsters
Homework
# Create a self.magic_menu. (Put it in your self.init) Chose 4 or more magice types and create a menu
# so that the character chan choose a spell to use
# 1. Fire - 5-30 Damage
#.2. __________________
# Enter your Slection
#Implement magic attack. It should act like sword attack, but use magic hit
# to deal a random amount of elemental damage between min max
# def magic_attack(self,magic,min_dmg, max_dmg)
# similar to sword attack but uses magic hit