Core: rename world to multiworld (#931)
				
					
				
			* rename references to `Multiworld` in core to `multiworld` instead of `world` * fix smz3 * fix oot * fix low hanging fruit * revert mysteriously broken spacing in world api.md * fix more randomly broken spacing * hate * that better be all of it * begrudgingly move over smw * ._. * missed some worlds * this is getting tedious now * Missed some self.world definitions Co-authored-by: espeon65536 <espeon65536@gmail.com> Co-authored-by: Zach Parks <zach@alliware.com>
This commit is contained in:
		| @@ -13,7 +13,7 @@ class ZillionTestBase(WorldTestBase): | ||||
|         This makes sure that gun 3 is required by making all the canisters | ||||
|         in O-7 (including key word canisters) require gun 3. | ||||
|         """ | ||||
|         zz_world = cast(ZillionWorld, self.world.worlds[1]) | ||||
|         zz_world = cast(ZillionWorld, self.multiworld.worlds[1]) | ||||
|         assert zz_world.zz_system.randomizer | ||||
|         for zz_loc_name, zz_loc in zz_world.zz_system.randomizer.locations.items(): | ||||
|             if zz_loc_name.startswith("r15c6"): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 alwaysintreble
					alwaysintreble