Light Mode
Dark Mode
two warriors shouldn't use the same weapon

super_weapon = Weapon(50, 10, 5, 150, 8)

ogre.equipweapon(superweapon) lancelot.equipweapon(superweapon)

In the asserts some instances of weapons are used multiple times. I think this is a bad idea as to not get into the habit of using the same instance for different objects.

Created: March 5, 2021, 3:25 p.m.
Updated: March 12, 2021, 5:51 a.m.
1
12
User avatar
MartinAch